Class MuteInfo (1.35.0)

MuteInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Mute information about the finding, including whether the finding has a static mute or any matching dynamic mute rules.

Attributes

Name Description
static_mute google.cloud.securitycenter_v1.types.Finding.MuteInfo.StaticMute
If set, the static mute applied to this finding. Static mutes override dynamic mutes. If unset, there is no static mute.
dynamic_mute_records MutableSequence[google.cloud.securitycenter_v1.types.Finding.MuteInfo.DynamicMuteRecord]
The list of dynamic mute rules that currently match the finding.

Classes

DynamicMuteRecord

DynamicMuteRecord(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The record of a dynamic mute rule that matches the finding.

StaticMute

StaticMute(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Information about the static mute state. A static mute state overrides any dynamic mute rules that apply to this finding. The static mute state can be set by a static mute rule or by muting the finding directly.