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 Schema Registry.

Protobuf type google.cloud.oracledatabase.v1.GoldengateKafkaSchemaRegistryConnectionProperties.AuthenticationType

Namespace

Google \ Cloud \ OracleDatabase \ V1 \ GoldengateKafkaSchemaRegistryConnectionProperties

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;

NONE

Value: 1

No authentication.

Generated from protobuf enum NONE = 1;

BASIC

Value: 2

Basic authentication.

Generated from protobuf enum BASIC = 2;

MUTUAL

Value: 3

Mutual authentication.

Generated from protobuf enum MUTUAL = 3;