Class SslConfig
SSL configuration.
Implements
Inherited Members
Namespace: Google.Apis.CloudAlloyDBAdmin.v1alpha.Data
Assembly: Google.Apis.CloudAlloyDBAdmin.v1alpha.dll
Syntax
public class SslConfig : IDirectResponseSchemaProperties
CaSource
Optional. Certificate Authority (CA) source. Only CA_SOURCE_MANAGED is supported currently, and is the default value.
Declaration
[JsonProperty("caSource")]
public virtual string CaSource { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
SslMode
Optional. SSL mode. Specifies client-server SSL/TLS connection behavior.
Declaration
[JsonProperty("sslMode")]
public virtual string SslMode { get; set; }Property Value
| Type | Description | 
|---|---|
| string |