Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class DatabricksAuthenticationType.
Enum for authentication type for Databricks.
Protobuf type google.cloud.oracledatabase.v1.GoldengateDatabricksConnectionProperties.DatabricksAuthenticationType
Namespace
Google \ Cloud \ OracleDatabase \ V1 \ GoldengateDatabricksConnectionPropertiesMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
DATABRICKS_AUTHENTICATION_TYPE_UNSPECIFIED
Value: 0Authentication type not specified.
Generated from protobuf enum DATABRICKS_AUTHENTICATION_TYPE_UNSPECIFIED = 0;
PERSONAL_ACCESS_TOKEN
Value: 1Personal access token authentication.
Generated from protobuf enum PERSONAL_ACCESS_TOKEN = 1;
OAUTH_M2M
Value: 2OAuth M2M authentication.
Generated from protobuf enum OAUTH_M2M = 2;