CertificateSelfManaged

data class CertificateSelfManaged(val certificatePem: String? = null, val pemCertificate: String? = null, val pemPrivateKey: String? = null, val privateKeyPem: String? = null)

Constructors

Link copied to clipboard
constructor(certificatePem: String? = null, pemCertificate: String? = null, pemPrivateKey: String? = null, privateKeyPem: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val certificatePem: String? = null

(Optional, Deprecated) The certificate chain in PEM-encoded form. Leaf certificate comes first, followed by intermediate ones if any. Note: This property is sensitive and will not be displayed in the plan.

Link copied to clipboard
val pemCertificate: String? = null

The certificate chain in PEM-encoded form. Leaf certificate comes first, followed by intermediate ones if any. Note: This property is sensitive and will not be displayed in the plan.

Link copied to clipboard
val pemPrivateKey: String? = null

The private key of the leaf certificate in PEM-encoded form. Note: This property is sensitive and will not be displayed in the plan.

Link copied to clipboard
val privateKeyPem: String? = null

(Optional, Deprecated) The private key of the leaf certificate in PEM-encoded form. Note: This property is sensitive and will not be displayed in the plan.