GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2StaticMute (google_api_security_center v0.39.0)
View SourceInformation 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.
Attributes
-
applyTime
(type:DateTime.t
, default:nil
) - When the static mute was applied. -
state
(type:String.t
, default:nil
) - The static mute state. If the value isMUTED
orUNMUTED
, then the finding's overall mute state will have the same value.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2StaticMute{ applyTime: DateTime.t() | nil, state: String.t() | nil }