Google Cloud Oracle Database V1 Client - Class DatabricksAuthenticationType (0.9.0)

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 \ GoldengateDatabricksConnectionProperties

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

DATABRICKS_AUTHENTICATION_TYPE_UNSPECIFIED

Value: 0

Authentication type not specified.

Generated from protobuf enum DATABRICKS_AUTHENTICATION_TYPE_UNSPECIFIED = 0;

PERSONAL_ACCESS_TOKEN

Value: 1

Personal access token authentication.

Generated from protobuf enum PERSONAL_ACCESS_TOKEN = 1;

OAUTH_M2M

Value: 2

OAuth M2M authentication.

Generated from protobuf enum OAUTH_M2M = 2;