Mute properties to apply to the findings.

Hierarchy

  • MuteFindingsMuteAttributes

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
description?: string

Additional information about the reason why the findings are muted or unmuted. This field has a limit of 280 characters.

expireAt?: number

The expiration date of the mute action (Unix ms). It must be set to a value greater than the current timestamp. If this field is not provided, the findings remain muted indefinitely.

isMuted: boolean

Whether the findings should be muted or unmuted.

The reason why the findings are muted or unmuted.

Generated using TypeDoc