GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2MuteInfo (google_api_security_center v0.39.0)
View SourceMute information about the finding, including whether the finding has a static mute or any matching dynamic mute rules.
Attributes
-
dynamicMuteRecords
(type:list(GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2DynamicMuteRecord.t)
, default:nil
) - The list of dynamic mute rules that currently match the finding. -
staticMute
(type:GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2StaticMute.t
, default:nil
) - If set, the static mute applied to this finding. Static mutes override dynamic mutes. If unset, there is no static mute.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2MuteInfo{ dynamicMuteRecords: [ GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2DynamicMuteRecord.t() ] | nil, staticMute: GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2StaticMute.t() | nil }