Show / Hide Table of Contents

Class SslConfig

SSL configuration.

Inheritance
object
SslConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX