Class NotificationConfig (1.3.1)

NotificationConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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

NameDescription
name str
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".
description str
The description of the notification config (max of 1024 characters).
pubsub_topic str
The Pub/Sub topic to send notifications to. Its format is "projects/[project_id]/topics/[topic]".
service_account str
Output only. The service account that needs "pubsub.topics.publish" permission to publish to the Pub/Sub topic.
streaming_config google.cloud.securitycenter_v1.types.NotificationConfig.StreamingConfig
The config for triggering streaming-based notifications.

Classes

StreamingConfig

StreamingConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The config for streaming-based notifications, which send each event as soon as it is detected.