GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2StaticMute (google_api_security_center v0.39.0)

View Source

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.

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 is MUTED or UNMUTED, then the finding's overall mute state will have the same value.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2StaticMute{
  applyTime: DateTime.t() | nil,
  state: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.