Reference documentation and code samples for the Google Cloud AlloyDB for PostgreSQL V1 Client class CaSource.
Certificate Authority (CA) source for SSL/TLS certificates.
Protobuf type google.cloud.alloydb.v1.SslConfig.CaSource
Namespace
Google \ Cloud \ AlloyDb \ V1 \ SslConfigMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
CA_SOURCE_UNSPECIFIED
Value: 0
Certificate Authority (CA) source not specified. Defaults to CA_SOURCE_MANAGED.
Generated from protobuf enum CA_SOURCE_UNSPECIFIED = 0;
CA_SOURCE_MANAGED
Value: 1
Certificate Authority (CA) managed by the AlloyDB Cluster.
Generated from protobuf enum CA_SOURCE_MANAGED = 1;