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

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

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

AUTHENTICATION_TYPE_UNSPECIFIED

Value: 0

Authentication type not specified.

Generated from protobuf enum AUTHENTICATION_TYPE_UNSPECIFIED = 0;

BASIC

Value: 1

Basic authentication.

Generated from protobuf enum BASIC = 1;

KEY_PAIR

Value: 2

Key pair authentication.

Generated from protobuf enum KEY_PAIR = 2;