Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class ElasticsearchAuthenticationType.
Enum for Authentication type for Elasticsearch.
Protobuf type google.cloud.oracledatabase.v1.GoldengateElasticsearchConnectionProperties.ElasticsearchAuthenticationType
Namespace
Google \ Cloud \ OracleDatabase \ V1 \ GoldengateElasticsearchConnectionPropertiesMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
ELASTICSEARCH_AUTHENTICATION_TYPE_UNSPECIFIED
Value: 0Authentication type not specified.
Generated from protobuf enum ELASTICSEARCH_AUTHENTICATION_TYPE_UNSPECIFIED = 0;
NONE
Value: 1No authentication.
Generated from protobuf enum NONE = 1;
BASIC
Value: 2Basic authentication.
Generated from protobuf enum BASIC = 2;