Class BulkMuteFindingsRequestProperties

Object containing the new mute properties of the findings.

Hierarchy

  • BulkMuteFindingsRequestProperties

Constructors

Properties

description?: string

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

expirationDate?: number

The expiration date of the mute or unmute action (Unix ms). It must be set to a value greater than the current timestamp. If this field is not provided, the finding will be muted or unmuted indefinitely, which is equivalent to setting the expiration date to 9999999999999.

muted: boolean

Whether those findings should be muted or unmuted.

The reason why this finding is muted or unmuted.

Generated using TypeDoc