Google Cloud Oracle Database V1 Client - Class OracleAuthenticationMode (0.9.0)

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 \ GoldengateOracleConnectionProperties

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

ORACLE_AUTHENTICATION_MODE_UNSPECIFIED

Value: 0

Authentication mode not specified.

Generated from protobuf enum ORACLE_AUTHENTICATION_MODE_UNSPECIFIED = 0;

TLS

Value: 1

TLS authentication mode.

Generated from protobuf enum TLS = 1;

MTLS

Value: 2

MTLS authentication mode.

Generated from protobuf enum MTLS = 2;