CertificateApiPassthroughArgs

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)

Functions

Link copied to clipboard
open override fun toJava(): CertificateApiPassthroughArgs

Properties

Link copied to clipboard
Link copied to clipboard
val subject: Output<CertificateSubjectArgs>? = null