Show / Hide Table of Contents

Class PostgresqlSslConfig

PostgreSQL SSL configuration information.

Inheritance
object
PostgresqlSslConfig
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.Datastream.v1.Data
Assembly: Google.Apis.Datastream.v1.dll
Syntax
public class PostgresqlSslConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ServerAndClientVerification

If this field is set, the communication will be encrypted with TLS encryption and both the server identity and the client identity will be authenticated.

Declaration
[JsonProperty("serverAndClientVerification")]
public virtual ServerAndClientVerification ServerAndClientVerification { get; set; }
Property Value
Type Description
ServerAndClientVerification

ServerVerification

If this field is set, the communication will be encrypted with TLS encryption and the server identity will be authenticated.

Declaration
[JsonProperty("serverVerification")]
public virtual ServerVerification ServerVerification { get; set; }
Property Value
Type Description
ServerVerification

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX