Show / Hide Table of Contents

Class ConnectorVersion

ConnectorVersion indicates a specific version of a connector.

Inheritance
object
ConnectorVersion
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 ConnectorVersion : IDirectResponseSchema

Properties

AuthConfigTemplates

Output only. List of auth configs supported by the Connector Version.

Declaration
[JsonProperty("authConfigTemplates")]
public virtual IList<AuthConfigTemplate> AuthConfigTemplates { get; set; }
Property Value
Type Description
IList<AuthConfigTemplate>

AuthOverrideEnabled

Output only. Flag to mark the dynamic auth override.

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

ConfigVariableTemplates

Output only. List of config variables needed to create a connection.

Declaration
[JsonProperty("configVariableTemplates")]
public virtual IList<ConfigVariableTemplate> ConfigVariableTemplates { get; set; }
Property Value
Type Description
IList<ConfigVariableTemplate>

ConnectorInfraConfig

Output only. Infra configs supported by Connector.

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

CreateTime

object representation of CreateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type Description
object

CreateTimeDateTimeOffset

DateTimeOffset representation of CreateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CreateTimeRaw

Output only. Created time.

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

DestinationConfigTemplates

Output only. List of destination configs needed to create a connection.

Declaration
[JsonProperty("destinationConfigTemplates")]
public virtual IList<DestinationConfigTemplate> DestinationConfigTemplates { get; set; }
Property Value
Type Description
IList<DestinationConfigTemplate>

DisplayName

Output only. Display name.

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

ETag

The ETag of the item.

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

EgressControlConfig

Output only. Configuration for Egress Control.

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

EventingConfigTemplate

Output only. Eventing configuration supported by the Connector.

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

IsCustomActionsSupported

Output only. Is custom actions supported.

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

IsCustomEntitiesSupported

Output only. Is custom entities supported.

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

Labels

Output only. Resource labels to represent user-provided metadata. Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources

Declaration
[JsonProperty("labels")]
public virtual IDictionary<string, string> Labels { get; set; }
Property Value
Type Description
IDictionary<string, string>

LaunchStage

Output only. Flag to mark the version indicating the launch stage.

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

Name

Output only. Resource name of the Version. Format: projects/{project}/locations/{location}/providers/{provider}/connectors/{connector}/versions/{version} Only global location is supported for Connector resource.

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

ReleaseVersion

Output only. ReleaseVersion of the connector, for example: "1.0.1-alpha".

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

RoleGrant

Output only. Role grant configuration for this config variable. It will be DEPRECATED soon.

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

RoleGrants

Output only. Role grant configurations for this connector version.

Declaration
[JsonProperty("roleGrants")]
public virtual IList<RoleGrant> RoleGrants { get; set; }
Property Value
Type Description
IList<RoleGrant>

SchemaRefreshConfig

Connection Schema Refresh Config

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

SslConfigTemplate

Output only. Ssl configuration supported by the Connector.

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

SupportedRuntimeFeatures

Output only. Information about the runtime features supported by the Connector.

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

SupportedStandardActions

Output only. Supported standard actions.

Declaration
[JsonProperty("supportedStandardActions")]
public virtual IList<StandardAction> SupportedStandardActions { get; set; }
Property Value
Type Description
IList<StandardAction>

SupportedStandardEntities

Output only. Supported standard entities.

Declaration
[JsonProperty("supportedStandardEntities")]
public virtual IList<StandardEntity> SupportedStandardEntities { get; set; }
Property Value
Type Description
IList<StandardEntity>

UnsupportedConnectionTypes

Output only. Unsupported connection types.

Declaration
[JsonProperty("unsupportedConnectionTypes")]
public virtual IList<string> UnsupportedConnectionTypes { get; set; }
Property Value
Type Description
IList<string>

UpdateTime

object representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
Type Description
object

UpdateTimeDateTimeOffset

DateTimeOffset representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

UpdateTimeRaw

Output only. Updated time.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX