Class MongodbSslConfig (1.15.0)

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

MongoDB SSL configuration information.

Attributes

Name Description
client_key str
Optional. Input only. PEM-encoded private key associated with the Client Certificate. If this field is used then the 'client_certificate' and the 'ca_certificate' fields are mandatory.
client_key_set bool
Output only. Indicates whether the client_key field is set.
client_certificate str
Optional. Input only. PEM-encoded certificate that will be used by the replica to authenticate against the source database server. If this field is used then the 'client_key' and the 'ca_certificate' fields are mandatory.
client_certificate_set bool
Output only. Indicates whether the client_certificate field is set.
ca_certificate str
Optional. Input only. PEM-encoded certificate of the CA that signed the source database server's certificate.
ca_certificate_set bool
Output only. Indicates whether the ca_certificate field is set.
secret_manager_stored_client_key str
Optional. Input only. A reference to a Secret Manager resource name storing the PEM-encoded private key associated with the Client Certificate. If this field is used then the 'client_certificate' and the 'ca_certificate' fields are mandatory. Mutually exclusive with the client_key field.