CertificateTemplatePredefinedValuesAdditionalExtensionArgs

data class CertificateTemplatePredefinedValuesAdditionalExtensionArgs(val critical: Output<Boolean>? = null, val objectId: Output<CertificateTemplatePredefinedValuesAdditionalExtensionObjectIdArgs>, val value: Output<String>) : ConvertibleToJava<CertificateTemplatePredefinedValuesAdditionalExtensionArgs>

Constructors

constructor(critical: Output<Boolean>? = null, objectId: Output<CertificateTemplatePredefinedValuesAdditionalExtensionObjectIdArgs>, value: Output<String>)

Properties

Link copied to clipboard
val critical: Output<Boolean>? = null

Optional. Indicates whether or not this extension is critical (i.e., if the client does not know how to handle this extension, the client should consider this to be an error).

Link copied to clipboard

Required. The OID for this X.509 extension.

Link copied to clipboard
val value: Output<String>

Required. The value of this X.509 extension.

Functions

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