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 \ GoldengateAzureDataLakeStorageConnectionPropertiesMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
AUTHENTICATION_TYPE_UNSPECIFIED
Value: 0Authentication type not specified.
Generated from protobuf enum AUTHENTICATION_TYPE_UNSPECIFIED = 0;
SHARED_KEY
Value: 1Shared key authentication.
Generated from protobuf enum SHARED_KEY = 1;
SHARED_ACCESS_SIGNATURE
Value: 2Shared access signature authentication.
Generated from protobuf enum SHARED_ACCESS_SIGNATURE = 2;
AZURE_ACTIVE_DIRECTORY
Value: 3Azure active directory authentication.
Generated from protobuf enum AZURE_ACTIVE_DIRECTORY = 3;