GoldengateDatabricksConnectionProperties(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)The properties of GoldengateDatabricksConnection.
This message has oneof_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
|---|---|
| Name | Description |
password |
str
Optional. Input only. The password used to connect to Databricks in plain text. This field is a member of oneof_ connection_password_options.
|
password_secret_version |
str
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}. This field is a member of oneof_ connection_password_options.
|
technology_type |
str
Optional. The technology type of DatabricksConnection. |
authentication_type |
google.cloud.oracledatabase_v1.types.GoldengateDatabricksConnectionProperties.DatabricksAuthenticationType
Optional. Authentication type for Databricks. |
connection_url |
str
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' |
client_id |
str
Optional. OAuth client id, only applicable for authentication_type == OAUTH_M2M |
client_secret |
str
Optional. OAuth client secret, only applicable for authentication_type == OAUTH_M2M |
storage_credential |
str
Optional. External storage credential name to access files on object storage such as ADLS Gen2, S3 or Cloud Storage. |
Classes
DatabricksAuthenticationType
DatabricksAuthenticationType(value)Enum for authentication type for Databricks.