GoldengateDatabricksConnectionProperties
import type { GoldengateDatabricksConnectionProperties } from "https://googleapis.deno.dev/v1/oracledatabase:v1.ts";The properties of GoldengateDatabricksConnection.
interface GoldengateDatabricksConnectionProperties {
authenticationType?: "DATABRICKS_AUTHENTICATION_TYPE_UNSPECIFIED" | "PERSONAL_ACCESS_TOKEN" | "OAUTH_M2M";
clientId?: string;
clientSecret?: string;
connectionUrl?: string;
password?: string;
passwordSecretVersion?: string;
storageCredential?: string;
technologyType?: string;
}§Properties
§
authenticationType?: "DATABRICKS_AUTHENTICATION_TYPE_UNSPECIFIED" | "PERSONAL_ACCESS_TOKEN" | "OAUTH_M2M"
[src]Optional. Authentication type for Databricks.
§
clientId?: string
[src]Optional. OAuth client id, only applicable for authentication_type == OAUTH_M2M
§
clientSecret?: string
[src]Optional. OAuth client secret, only applicable for authentication_type == OAUTH_M2M
§
connectionUrl?: string
[src]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'
§
password?: string
[src]Optional. Input only. The password used to connect to Databricks in plain text.
§
passwordSecretVersion?: string
[src]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}.