Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class OracleAuthenticationMode.
Enum for Authentication mode.
Protobuf type google.cloud.oracledatabase.v1.GoldengateOracleConnectionProperties.OracleAuthenticationMode
Namespace
Google \ Cloud \ OracleDatabase \ V1 \ GoldengateOracleConnectionPropertiesMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
ORACLE_AUTHENTICATION_MODE_UNSPECIFIED
Value: 0Authentication mode not specified.
Generated from protobuf enum ORACLE_AUTHENTICATION_MODE_UNSPECIFIED = 0;
TLS
Value: 1TLS authentication mode.
Generated from protobuf enum TLS = 1;
MTLS
Value: 2MTLS authentication mode.
Generated from protobuf enum MTLS = 2;