Certificate Api Passthrough
data class CertificateApiPassthrough(val extensions: CertificateExtensions? = null, val subject: CertificateSubject? = null)
Structure that specifies fields to be overridden in a certificate at the time of issuance. These requires an API Passthrough template be used or they will be ignored.
Constructors
Link copied to clipboard
fun CertificateApiPassthrough(extensions: CertificateExtensions? = null, subject: CertificateSubject? = null)