Certificate Api Passthrough Args
data class CertificateApiPassthroughArgs(val extensions: Output<CertificateExtensionsArgs>? = null, val subject: Output<CertificateSubjectArgs>? = null) : ConvertibleToJava<CertificateApiPassthroughArgs>
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 CertificateApiPassthroughArgs(extensions: Output<CertificateExtensionsArgs>? = null, subject: Output<CertificateSubjectArgs>? = null)