Reference documentation and code samples for the Datastream V1 API class Google::Cloud::Datastream::V1::PostgresqlSslConfig::ServerVerification.
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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#ca_certificate
def ca_certificate() -> ::String
Returns
- (::String) — Required. Input only. PEM-encoded server root CA certificate.
#ca_certificate=
def ca_certificate=(value) -> ::String
Parameter
- value (::String) — Required. Input only. PEM-encoded server root CA certificate.
Returns
- (::String) — Required. Input only. PEM-encoded server root CA certificate.