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

Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class AuthenticationType.

Enum for authentication mechanism to access Azure Data Lake Storage.

Protobuf type google.cloud.oracledatabase.v1.GoldengateAzureDataLakeStorageConnectionProperties.AuthenticationType

Namespace

Google \ Cloud \ OracleDatabase \ V1 \ GoldengateAzureDataLakeStorageConnectionProperties

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

AUTHENTICATION_TYPE_UNSPECIFIED

Value: 0

Authentication type not specified.

Generated from protobuf enum AUTHENTICATION_TYPE_UNSPECIFIED = 0;

SHARED_KEY

Value: 1

Shared key authentication.

Generated from protobuf enum SHARED_KEY = 1;

SHARED_ACCESS_SIGNATURE

Value: 2

Shared access signature authentication.

Generated from protobuf enum SHARED_ACCESS_SIGNATURE = 2;

AZURE_ACTIVE_DIRECTORY

Value: 3

Azure active directory authentication.

Generated from protobuf enum AZURE_ACTIVE_DIRECTORY = 3;