The action to take when the mute rule matches a finding.

Hierarchy

  • MuteRuleAction

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
expireAt?: number

The Unix timestamp in milliseconds at which the mute expires. If omitted, the mute does not expire.

reason: MuteReason

The reason for muting a security finding.

reasonDescription?: string

An optional description providing more context for the mute reason.

Generated using TypeDoc