Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class AuthenticationType.
Enum for authentication mechanism to access Snowflake.
Protobuf type google.cloud.oracledatabase.v1.GoldengateSnowflakeConnectionProperties.AuthenticationType
Namespace
Google \ Cloud \ OracleDatabase \ V1 \ GoldengateSnowflakeConnectionPropertiesMethods
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;
BASIC
Value: 1Basic authentication.
Generated from protobuf enum BASIC = 1;
KEY_PAIR
Value: 2Key pair authentication.
Generated from protobuf enum KEY_PAIR = 2;