Google.Cloud.BeyondCorp.AppConnectors.V1 - Class NotificationConfig.Types.CloudPubSubNotificationConfig (1.0.0)

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

Reference documentation and code samples for the Google.Cloud.BeyondCorp.AppConnectors.V1 class NotificationConfig.Types.CloudPubSubNotificationConfig.

The configuration for Pub/Sub messaging for the AppConnector.

Inheritance

Object > NotificationConfig.Types.CloudPubSubNotificationConfig

Namespace

Google.Cloud.BeyondCorp.AppConnectors.V1

Assembly

Google.Cloud.BeyondCorp.AppConnectors.V1.dll

Constructors

CloudPubSubNotificationConfig()

public CloudPubSubNotificationConfig()

CloudPubSubNotificationConfig(NotificationConfig.Types.CloudPubSubNotificationConfig)

public CloudPubSubNotificationConfig(NotificationConfig.Types.CloudPubSubNotificationConfig other)
Parameter
NameDescription
otherNotificationConfig.Types.CloudPubSubNotificationConfig

Properties

PubsubSubscription

public string PubsubSubscription { get; set; }

The Pub/Sub subscription the AppConnector uses to receive notifications.

Property Value
TypeDescription
String