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

View Source

The 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 example organizations/123/muteConfigs/mymuteconfig or organizations/123/locations/global/muteConfigs/mymuteconfig.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2DynamicMuteRecord{
    matchTime: DateTime.t() | nil,
    muteConfig: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.