google_api_security_center v0.11.2 GoogleApi.SecurityCenter.V1.Model.NotificationConfig View Source

Cloud Security Command Center (Cloud SCC) notification configs.

A notification config is a Cloud SCC resource that contains the configuration to send notifications for create/update events of findings, assets and etc.

Attributes

  • description (type: String.t, default: nil) - The description of the notification config (max of 1024 characters).
  • name (type: String.t, default: nil) - The relative resource name of this notification config. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: "organizations/{organization_id}/notificationConfigs/notify_public_bucket".
  • pubsubTopic (type: String.t, default: nil) - The PubSub topic to send notifications to. Its format is "projects/[project_id]/topics/[topic]".
  • serviceAccount (type: String.t, default: nil) - Output only. The service account that needs "pubsub.topics.publish" permission to publish to the PubSub topic.
  • streamingConfig (type: GoogleApi.SecurityCenter.V1.Model.StreamingConfig.t, default: nil) - The config for triggering streaming-based notifications.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.SecurityCenter.V1.Model.NotificationConfig{
  description: String.t(),
  name: String.t(),
  pubsubTopic: String.t(),
  serviceAccount: String.t(),
  streamingConfig: GoogleApi.SecurityCenter.V1.Model.StreamingConfig.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.