Certificate Config Args
data class CertificateConfigArgs(val publicKey: Output<CertificateConfigPublicKeyArgs>, val subjectConfig: Output<CertificateConfigSubjectConfigArgs>, val x509Config: Output<CertificateConfigX509ConfigArgs>) : ConvertibleToJava<CertificateConfigArgs>
Constructors
Link copied to clipboard
constructor(publicKey: Output<CertificateConfigPublicKeyArgs>, subjectConfig: Output<CertificateConfigSubjectConfigArgs>, x509Config: Output<CertificateConfigX509ConfigArgs>)
Properties
Link copied to clipboard
Link copied to clipboard
Specifies some of the values in a certificate that are related to the subject. Structure is documented below.
Link copied to clipboard
Describes how some of the technical X.509 fields in a certificate should be populated. Structure is documented below.