clientCertificate property

String? clientCertificate
getter/setter pair

Input only.

The x509 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' field is mandatory.

Implementation

core.String? clientCertificate;