CertificateApiPassthrough

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard