Certificate Authority Csr Extensions Args
data class CertificateAuthorityCsrExtensionsArgs(val keyUsage: Output<CertificateAuthorityKeyUsageArgs>? = null, val subjectInformationAccess: Output<List<CertificateAuthorityAccessDescriptionArgs>>? = null) : ConvertibleToJava<CertificateAuthorityCsrExtensionsArgs>
Structure that contains CSR pass though extensions information.
Constructors
Link copied to clipboard
constructor(keyUsage: Output<CertificateAuthorityKeyUsageArgs>? = null, subjectInformationAccess: Output<List<CertificateAuthorityAccessDescriptionArgs>>? = null)
Properties
Link copied to clipboard
Indicates the purpose of the certificate and of the key contained in the certificate.
Link copied to clipboard
For CA certificates, provides a path to additional information pertaining to the CA, such as revocation and policy. For more information, see Subject Information Access in RFC 5280.