MongodbSslConfig
import type { MongodbSslConfig } from "https://googleapis.deno.dev/v1/datastream:v1.ts";
MongoDB SSL configuration information.
§Properties
Optional. Input only. PEM-encoded certificate of the CA that signed the source database server's certificate.
Output only. Indicates whether the ca_certificate field is set.
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.
Output only. Indicates whether the client_certificate field is set.
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.
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.