Class GoldengateDatabricksConnectionProperties
The properties of GoldengateDatabricksConnection.
Implements
Inherited Members
Namespace: Google.Apis.OracleDatabase.v1.Data
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class GoldengateDatabricksConnectionProperties : IDirectResponseSchema
Properties
AuthenticationType
Optional. Authentication type for Databricks.
Declaration
[JsonProperty("authenticationType")]
public virtual string AuthenticationType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ClientId
Optional. OAuth client id, only applicable for authentication_type == OAUTH_M2M
Declaration
[JsonProperty("clientId")]
public virtual string ClientId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ClientSecret
Optional. OAuth client secret, only applicable for authentication_type == OAUTH_M2M
Declaration
[JsonProperty("clientSecret")]
public virtual string ClientSecret { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ConnectionUrl
Optional. Connection URL. e.g.: 'jdbc:databricks://adb-33934.4.azuredatabricks.net:443/default;transportMode=http;ssl=1;httpPath=sql/protocolv1/o/3393########44/0##3-7-hlrb'
Declaration
[JsonProperty("connectionUrl")]
public virtual string ConnectionUrl { 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 |
Password
Optional. Input only. The password used to connect to Databricks in plain text.
Declaration
[JsonProperty("password")]
public virtual string Password { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PasswordSecretVersion
Optional. Input only. The resource name of a secret version in Secret Manager which contains the password used to connect to Databricks. Format: projects/{project}/secrets/{secret}/versions/{version}.
Declaration
[JsonProperty("passwordSecretVersion")]
public virtual string PasswordSecretVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
StorageCredential
Optional. External storage credential name to access files on object storage such as ADLS Gen2, S3 or Cloud Storage.
Declaration
[JsonProperty("storageCredential")]
public virtual string StorageCredential { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TechnologyType
Optional. The technology type of DatabricksConnection.
Declaration
[JsonProperty("technologyType")]
public virtual string TechnologyType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |