GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2IssueMute (google_api_security_center v0.39.0)
View SourceThe mute information of the issue.
Attributes
-
muteInitiator(type:String.t, default:nil) - The email address of the user who last changed the mute state of the issue. -
muteReason(type:String.t, default:nil) - The user-provided reason for muting the issue. -
muteState(type:String.t, default:nil) - Output only. The mute state of the issue. -
muteUpdateTime(type:DateTime.t, default:nil) - The time the issue was muted.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2IssueMute{ muteInitiator: String.t() | nil, muteReason: String.t() | nil, muteState: String.t() | nil, muteUpdateTime: DateTime.t() | nil }