clientCertificate property

String? clientCertificate
getter/setter pair

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.

Implementation

core.String? clientCertificate;