clientCertificate property

String? clientCertificate
getter/setter pair

Input only.

PEM-encoded certificate used by the source database to authenticate the client identity (i.e., the Datastream's identity). This certificate is signed by either a root certificate trusted by the server or one or more intermediate certificates (which is stored with the leaf certificate) to link the this certificate to the trusted root certificate.

Required.

Implementation

core.String? clientCertificate;