Certificate Custom Extension Args
data class CertificateCustomExtensionArgs(val critical: Output<Boolean>? = null, val objectIdentifier: Output<String>, val value: Output<String>) : ConvertibleToJava<CertificateCustomExtensionArgs>
Specifies the X.509 extension information for a certificate. Extensions present in `CustomExtensions`
follow the `ApiPassthrough`
template rules.
Properties
Link copied to clipboard
Specifies the object identifier (OID) of the X.509 extension. For more information, see the Global OID reference database.