Class EncryptionAndServerValidation
Message to represent the option where Datastream will enforce encryption and authenticate server identity. ca_certificate must be set if user selects this option.
Implements
Inherited Members
Namespace: Google.Apis.Datastream.v1.Data
Assembly: Google.Apis.Datastream.v1.dll
Syntax
public class EncryptionAndServerValidation : IDirectResponseSchema
Properties
CaCertificate
Optional. Input only. PEM-encoded certificate of the CA that signed the source database server's certificate.
Declaration
[JsonProperty("caCertificate")]
public virtual string CaCertificate { 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 |
ServerCertificateHostname
Optional. The hostname mentioned in the Subject or SAN extension of the server certificate. This field is used for bypassing the hostname validation while verifying server certificate. This is required for scenarios where the host name that datastream connects to is different from the certificate's subject. This specifically happens for private connectivity. It could also happen when the customer provides a public IP in connection profile but the same is not present in the server certificate.
Declaration
[JsonProperty("serverCertificateHostname")]
public virtual string ServerCertificateHostname { get; set; }
Property Value
| Type | Description |
|---|---|
| string |