Certificate Certificate Policy X509Certificate Properties Args
data class CertificateCertificatePolicyX509CertificatePropertiesArgs(val extendedKeyUsages: Output<List<String>>? = null, val keyUsages: Output<List<String>>, val subject: Output<String>, val subjectAlternativeNames: Output<CertificateCertificatePolicyX509CertificatePropertiesSubjectAlternativeNamesArgs>? = null, val validityInMonths: Output<Int>) : ConvertibleToJava<CertificateCertificatePolicyX509CertificatePropertiesArgs>
Properties
Link copied to clipboard
A list of Extended/Enhanced Key Usages.
Link copied to clipboard
val subjectAlternativeNames: Output<CertificateCertificatePolicyX509CertificatePropertiesSubjectAlternativeNamesArgs>? = null
A subject_alternative_names
block as defined below.
Link copied to clipboard
The Certificates Validity Period in Months.