clientKey property

String? clientKey
getter/setter pair

Input only.

PEM-encoded private key associated with the client certificate. This value will be used during the SSL/TLS handshake, allowing the PostgreSQL server to authenticate the client's identity, i.e. identity of the Datastream. Mutually exclusive with the secret_manager_stored_client_key field.

Optional.

Implementation

core.String? clientKey;