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

View Source

Mute 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.DynamicMuteRecord.t), default: nil) - The list of dynamic mute rules that currently match the finding.
  • staticMute (type: GoogleApi.SecurityCenter.V1.Model.StaticMute.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

t()

@type t() :: %GoogleApi.SecurityCenter.V1.Model.MuteInfo{
  dynamicMuteRecords:
    [GoogleApi.SecurityCenter.V1.Model.DynamicMuteRecord.t()] | nil,
  staticMute: GoogleApi.SecurityCenter.V1.Model.StaticMute.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.