Google Cloud Security Command Center v1 API - Class NotificationConfig (3.19.0)

public sealed class NotificationConfig : IMessage<NotificationConfig>, IEquatable<NotificationConfig>, IDeepCloneable<NotificationConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Security Command Center v1 API class NotificationConfig.

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.

Inheritance

object > NotificationConfig

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

NotificationConfig()

public NotificationConfig()

NotificationConfig(NotificationConfig)

public NotificationConfig(NotificationConfig other)
Parameter
NameDescription
otherNotificationConfig

Properties

Description

public string Description { get; set; }

The description of the notification config (max of 1024 characters).

Property Value
TypeDescription
string

Name

public string Name { get; set; }

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", "folders/{folder_id}/notificationConfigs/notify_public_bucket", or "projects/{project_id}/notificationConfigs/notify_public_bucket".

Property Value
TypeDescription
string

NotificationConfigName

public NotificationConfigName NotificationConfigName { get; set; }

NotificationConfigName-typed view over the Name resource name property.

Property Value
TypeDescription
NotificationConfigName

NotifyConfigCase

public NotificationConfig.NotifyConfigOneofCase NotifyConfigCase { get; }
Property Value
TypeDescription
NotificationConfigNotifyConfigOneofCase

PubsubTopic

public string PubsubTopic { get; set; }

The Pub/Sub topic to send notifications to. Its format is "projects/[project_id]/topics/[topic]".

Property Value
TypeDescription
string

PubsubTopicAsTopicName

public TopicName PubsubTopicAsTopicName { get; set; }

TopicName-typed view over the PubsubTopic resource name property.

Property Value
TypeDescription
TopicName

ServiceAccount

public string ServiceAccount { get; set; }

Output only. The service account that needs "pubsub.topics.publish" permission to publish to the Pub/Sub topic.

Property Value
TypeDescription
string

StreamingConfig

public NotificationConfig.Types.StreamingConfig StreamingConfig { get; set; }

The config for triggering streaming-based notifications.

Property Value
TypeDescription
NotificationConfigTypesStreamingConfig