Certificate Template Predefined Values Args
data class CertificateTemplatePredefinedValuesArgs(val additionalExtensions: Output<List<CertificateTemplatePredefinedValuesAdditionalExtensionArgs>>? = null, val aiaOcspServers: Output<List<String>>? = null, val caOptions: Output<CertificateTemplatePredefinedValuesCaOptionsArgs>? = null, val keyUsage: Output<CertificateTemplatePredefinedValuesKeyUsageArgs>? = null, val policyIds: Output<List<CertificateTemplatePredefinedValuesPolicyIdArgs>>? = null) : ConvertibleToJava<CertificateTemplatePredefinedValuesArgs>
Constructors
Link copied to clipboard
constructor(additionalExtensions: Output<List<CertificateTemplatePredefinedValuesAdditionalExtensionArgs>>? = null, aiaOcspServers: Output<List<String>>? = null, caOptions: Output<CertificateTemplatePredefinedValuesCaOptionsArgs>? = null, keyUsage: Output<CertificateTemplatePredefinedValuesKeyUsageArgs>? = null, policyIds: Output<List<CertificateTemplatePredefinedValuesPolicyIdArgs>>? = null)
Properties
Link copied to clipboard
val additionalExtensions: Output<List<CertificateTemplatePredefinedValuesAdditionalExtensionArgs>>? = null
Optional. Describes custom X.509 extensions. Structure is documented below.
Link copied to clipboard
Optional. Describes Online Certificate Status Protocol (OCSP) endpoint addresses that appear in the "Authority Information Access" extension in the certificate.
Link copied to clipboard
Optional. Describes options in this X509Parameters that are relevant in a CA certificate. Structure is documented below.
Link copied to clipboard
Optional. Indicates the intended use for keys that correspond to a certificate. Structure is documented below.
Link copied to clipboard
Optional. Describes the X.509 certificate policy object identifiers, per https://tools.ietf.org/html/rfc5280#section-4.2.1.4. Structure is documented below.