Class ServerVerification (1.15.0)

ServerVerification(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Message represents the option where Datastream will enforce the encryption and authenticate the server identity. ca_certificate must be set if user selects this option.

Attributes

Name Description
ca_certificate str
Required. Input only. PEM-encoded server root CA certificate.
server_certificate_hostname str
Optional. The hostname mentioned in the Subject or SAN extension of the server certificate. If this field is not provided, the hostname in the server certificate is not validated.