Certificate Self Managed
data class CertificateSelfManaged(val certificatePem: String? = null, val pemCertificate: String? = null, val pemPrivateKey: String? = null, val privateKeyPem: String? = null)
Properties
Link copied to clipboard
(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
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
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
(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.