Certificate Custom Extension
data class CertificateCustomExtension(val critical: Boolean? = null, val objectIdentifier: String, val value: String)
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.