Class SslConfig
SSL configuration.
Implements
Inherited Members
Namespace: Google.Apis.CloudAlloyDBAdmin.v1.Data
Assembly: Google.Apis.CloudAlloyDBAdmin.v1.dll
Syntax
public class SslConfig : IDirectResponseSchema
Properties
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 |