GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2DynamicMuteRecord (google_api_security_center v0.39.0)
View SourceThe record of a dynamic mute rule that matches the finding.
Attributes
-
matchTime
(type:DateTime.t
, default:nil
) - When the dynamic mute rule first matched the finding. -
muteConfig
(type:String.t
, default:nil
) - The relative resource name of the mute rule, represented by a mute config, that created this record, for exampleorganizations/123/muteConfigs/mymuteconfig
ororganizations/123/locations/global/muteConfigs/mymuteconfig
.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2DynamicMuteRecord{ matchTime: DateTime.t() | nil, muteConfig: String.t() | nil }