ConnectionProfilePostgresqlSsl

data class ConnectionProfilePostgresqlSsl(val caCertificate: String, val clientCertificate: String? = null, val clientKey: String? = null, val type: String? = null)

Constructors

Link copied to clipboard
constructor(caCertificate: String, clientCertificate: String? = null, clientKey: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Required. Input only. The x509 PEM-encoded certificate of the CA that signed the source database server's certificate. The replica will use this certificate to verify it's connecting to the right host. Note: This property is sensitive and will not be displayed in the plan.

Link copied to clipboard

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 'clientKey' field is mandatory Note: This property is sensitive and will not be displayed in the plan.

Link copied to clipboard
val clientKey: String? = null

Input only. The unencrypted PKCS#1 or PKCS#8 PEM-encoded private key associated with the Client Certificate. If this field is used then the 'clientCertificate' field is mandatory. Note: This property is sensitive and will not be displayed in the plan.

Link copied to clipboard
val type: String? = null

(Output) The current connection profile state.