CertificateCertificatePolicyX509CertificatePropertiesSubjectAlternativeNamesArgs

data class CertificateCertificatePolicyX509CertificatePropertiesSubjectAlternativeNamesArgs(val dnsNames: Output<List<String>>? = null, val emails: Output<List<String>>? = null, val upns: Output<List<String>>? = null) : ConvertibleToJava<CertificateCertificatePolicyX509CertificatePropertiesSubjectAlternativeNamesArgs>

Constructors

constructor(dnsNames: Output<List<String>>? = null, emails: Output<List<String>>? = null, upns: Output<List<String>>? = null)

Properties

Link copied to clipboard
val dnsNames: Output<List<String>>? = null

A list of alternative DNS names (FQDNs) identified by the Certificate.

Link copied to clipboard
val emails: Output<List<String>>? = null

A list of email addresses identified by this Certificate.

Link copied to clipboard
val upns: Output<List<String>>? = null

A list of User Principal Names identified by the Certificate.

Functions

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