Class: Google::Cloud::Datastream::V1::PostgresqlSslConfig::ServerVerification
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1::PostgresqlSslConfig::ServerVerification
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datastream/v1/datastream_resources.rb
Overview
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.
Instance Attribute Summary collapse
-
#ca_certificate ⇒ ::String
Required.
-
#server_certificate_hostname ⇒ ::String
Optional.
Instance Attribute Details
#ca_certificate ⇒ ::String
Returns Required. Input only. PEM-encoded server root CA certificate.
641 642 643 644 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 641 class ServerVerification include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#server_certificate_hostname ⇒ ::String
Returns 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.
641 642 643 644 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 641 class ServerVerification include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |