Show / Hide Table of Contents

Class EventingConfig

Eventing Configuration of a connection next: 18

Inheritance
object
EventingConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Connectors.v1.Data
Assembly: Google.Apis.Connectors.v1.dll
Syntax
public class EventingConfig : IDirectResponseSchema

Properties

AdditionalVariables

Optional. Additional eventing related field values

Declaration
[JsonProperty("additionalVariables")]
public virtual IList<ConfigVariable> AdditionalVariables { get; set; }
Property Value
Type Description
IList<ConfigVariable>

AuthConfig

Optional. Auth details for the webhook adapter.

Declaration
[JsonProperty("authConfig")]
public virtual AuthConfig AuthConfig { get; set; }
Property Value
Type Description
AuthConfig

DeadLetterConfig

Optional. Dead letter configuration for eventing of a connection.

Declaration
[JsonProperty("deadLetterConfig")]
public virtual DeadLetterConfig DeadLetterConfig { get; set; }
Property Value
Type Description
DeadLetterConfig

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EnrichmentConfig

Optional. Data enrichment configuration.

Declaration
[JsonProperty("enrichmentConfig")]
public virtual EnrichmentConfig EnrichmentConfig { get; set; }
Property Value
Type Description
EnrichmentConfig

EnrichmentEnabled

Optional. Enrichment Enabled.

Declaration
[JsonProperty("enrichmentEnabled")]
public virtual bool? EnrichmentEnabled { get; set; }
Property Value
Type Description
bool?

EventsListenerIngressEndpoint

Optional. Ingress endpoint of the event listener. This is used only when private connectivity is enabled.

Declaration
[JsonProperty("eventsListenerIngressEndpoint")]
public virtual string EventsListenerIngressEndpoint { get; set; }
Property Value
Type Description
string

ListenerAuthConfig

Optional. Auth details for the event listener.

Declaration
[JsonProperty("listenerAuthConfig")]
public virtual AuthConfig ListenerAuthConfig { get; set; }
Property Value
Type Description
AuthConfig

PrivateConnectivityEnabled

Optional. Private Connectivity Enabled.

Declaration
[JsonProperty("privateConnectivityEnabled")]
public virtual bool? PrivateConnectivityEnabled { get; set; }
Property Value
Type Description
bool?

ProxyDestinationConfig

Optional. Proxy for Eventing auto-registration.

Declaration
[JsonProperty("proxyDestinationConfig")]
public virtual DestinationConfig ProxyDestinationConfig { get; set; }
Property Value
Type Description
DestinationConfig

RegistrationDestinationConfig

Optional. Registration endpoint for auto registration.

Declaration
[JsonProperty("registrationDestinationConfig")]
public virtual DestinationConfig RegistrationDestinationConfig { get; set; }
Property Value
Type Description
DestinationConfig

SslConfig

Optional. Ssl config of a connection

Declaration
[JsonProperty("sslConfig")]
public virtual SslConfig SslConfig { get; set; }
Property Value
Type Description
SslConfig

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX