View Source GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV1NotificationMessage (google_api_security_center v0.29.0)

Cloud SCC's Notification

Attributes

  • finding (type: GoogleApi.SecurityCenter.V1.Model.Finding.t, default: nil) - If it's a Finding based notification config, this field will be populated.
  • notificationConfigName (type: String.t, default: nil) - Name of the notification config that generated current notification.
  • resource (type: GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV1Resource.t, default: nil) - The Cloud resource tied to this notification's Finding.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV1NotificationMessage{
    finding: GoogleApi.SecurityCenter.V1.Model.Finding.t() | nil,
    notificationConfigName: String.t() | nil,
    resource:
      GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV1Resource.t()
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.