Class PostgresqlSslConfig
PostgreSQL SSL configuration information.
Implements
Inherited Members
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 |