public enum GoldengateAzureDataLakeStorageConnectionProperties.AuthenticationType extends Enum<GoldengateAzureDataLakeStorageConnectionProperties.AuthenticationType> implements ProtocolMessageEnumEnum for authentication mechanism to access Azure Data Lake Storage.
Protobuf enum
google.cloud.oracledatabase.v1.GoldengateAzureDataLakeStorageConnectionProperties.AuthenticationType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
AUTHENTICATION_TYPE_UNSPECIFIED |
Authentication type not specified. |
AUTHENTICATION_TYPE_UNSPECIFIED_VALUE |
Authentication type not specified. |
AZURE_ACTIVE_DIRECTORY |
Azure active directory authentication. |
AZURE_ACTIVE_DIRECTORY_VALUE |
Azure active directory authentication. |
SHARED_ACCESS_SIGNATURE |
Shared access signature authentication. |
SHARED_ACCESS_SIGNATURE_VALUE |
Shared access signature authentication. |
SHARED_KEY |
Shared key authentication. |
SHARED_KEY_VALUE |
Shared key authentication. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|