Certificate Self Managed Args
data class CertificateSelfManagedArgs(val certificatePem: Output<String>? = null, val pemCertificate: Output<String>? = null, val pemPrivateKey: Output<String>? = null, val privateKeyPem: Output<String>? = null) : ConvertibleToJava<CertificateSelfManagedArgs>
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.