Class EventingConfigTemplate
Eventing Config details of a connector version.
Implements
Inherited Members
Namespace: Google.Apis.Connectors.v1.Data
Assembly: Google.Apis.Connectors.v1.dll
Syntax
public class EventingConfigTemplate : IDirectResponseSchema
Properties
AdditionalVariables
Additional fields that need to be rendered.
Declaration
[JsonProperty("additionalVariables")]
public virtual IList<ConfigVariableTemplate> AdditionalVariables { get; set; }
Property Value
Type | Description |
---|---|
IList<ConfigVariableTemplate> |
AuthConfigTemplates
AuthConfigTemplates represents the auth values for the webhook adapter.
Declaration
[JsonProperty("authConfigTemplates")]
public virtual IList<AuthConfigTemplate> AuthConfigTemplates { get; set; }
Property Value
Type | Description |
---|---|
IList<AuthConfigTemplate> |
AutoRefresh
Auto refresh to extend webhook life.
Declaration
[JsonProperty("autoRefresh")]
public virtual bool? AutoRefresh { get; set; }
Property Value
Type | Description |
---|---|
bool? |
AutoRegistrationSupported
Auto Registration supported.
Declaration
[JsonProperty("autoRegistrationSupported")]
public virtual bool? AutoRegistrationSupported { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EncryptionKeyTemplate
Encryption key (can be either Google managed or CMEK).
Declaration
[JsonProperty("encryptionKeyTemplate")]
public virtual ConfigVariableTemplate EncryptionKeyTemplate { get; set; }
Property Value
Type | Description |
---|---|
ConfigVariableTemplate |
EnrichmentSupported
Enrichment Supported.
Declaration
[JsonProperty("enrichmentSupported")]
public virtual bool? EnrichmentSupported { get; set; }
Property Value
Type | Description |
---|---|
bool? |
EventListenerType
The type of the event listener for a specific connector.
Declaration
[JsonProperty("eventListenerType")]
public virtual string EventListenerType { get; set; }
Property Value
Type | Description |
---|---|
string |
IsEventingSupported
Is Eventing Supported.
Declaration
[JsonProperty("isEventingSupported")]
public virtual bool? IsEventingSupported { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ListenerAuthConfigTemplates
ListenerAuthConfigTemplates represents the auth values for the event listener.
Declaration
[JsonProperty("listenerAuthConfigTemplates")]
public virtual IList<AuthConfigTemplate> ListenerAuthConfigTemplates { get; set; }
Property Value
Type | Description |
---|---|
IList<AuthConfigTemplate> |
ProxyDestinationConfig
Proxy destination config template.
Declaration
[JsonProperty("proxyDestinationConfig")]
public virtual DestinationConfigTemplate ProxyDestinationConfig { get; set; }
Property Value
Type | Description |
---|---|
DestinationConfigTemplate |
RegistrationDestinationConfig
Registration host destination config template.
Declaration
[JsonProperty("registrationDestinationConfig")]
public virtual DestinationConfigTemplate RegistrationDestinationConfig { get; set; }
Property Value
Type | Description |
---|---|
DestinationConfigTemplate |
TriggerConfigVariables
Trigger Config fields that needs to be rendered
Declaration
[JsonProperty("triggerConfigVariables")]
public virtual IList<ConfigVariableTemplate> TriggerConfigVariables { get; set; }
Property Value
Type | Description |
---|---|
IList<ConfigVariableTemplate> |