CertificatePolicyInformationArgs

data class CertificatePolicyInformationArgs(val certPolicyId: Output<String>, val policyQualifiers: Output<List<CertificatePolicyQualifierInfoArgs>>? = null) : ConvertibleToJava<CertificatePolicyInformationArgs>

Defines the X.509 `CertificatePolicies` extension.

Constructors

Link copied to clipboard
constructor(certPolicyId: Output<String>, policyQualifiers: Output<List<CertificatePolicyQualifierInfoArgs>>? = null)

Properties

Link copied to clipboard
val certPolicyId: Output<String>

Specifies the object identifier (OID) of the certificate policy under which the certificate was issued. For more information, see NIST's definition of Object Identifier (OID).

Link copied to clipboard

Modifies the given `CertPolicyId` with a qualifier. AWS Private CA supports the certification practice statement (CPS) qualifier.

Functions

Link copied to clipboard
open override fun toJava(): CertificatePolicyInformationArgs