BeyondCorp AppConnectors v1 API - Class NotificationConfig.Types.CloudPubSubNotificationConfig (1.1.0)

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

Reference documentation and code samples for the BeyondCorp AppConnectors v1 API 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(CloudPubSubNotificationConfig)

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

Properties

PubsubSubscription

public string PubsubSubscription { get; set; }

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

Property Value
TypeDescription
string