Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class TLSAuthentication.
This field indicates the TLS authentication type of the connection.
Protobuf type google.cloud.oracledatabase.v1.DatabaseConnectionStringProfile.TLSAuthentication
Namespace
Google \ Cloud \ OracleDatabase \ V1 \ DatabaseConnectionStringProfileMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
TLS_AUTHENTICATION_UNSPECIFIED
Value: 0
Default unspecified value.
Generated from protobuf enum TLS_AUTHENTICATION_UNSPECIFIED = 0;
SERVER
Value: 1
Server
Generated from protobuf enum SERVER = 1;
MUTUAL
Value: 2
Mutual
Generated from protobuf enum MUTUAL = 2;