mute property

String? mute
getter/setter pair

Indicates the mute state of a finding (either muted, unmuted or undefined).

Unlike other attributes of a finding, a finding provider shouldn't set the value of mute. Possible string values are:

  • "MUTE_UNSPECIFIED" : Unspecified.
  • "MUTED" : Finding has been muted.
  • "UNMUTED" : Finding has been unmuted.
  • "UNDEFINED" : Finding has never been muted/unmuted.

Implementation

core.String? mute;