CertificateCertificatePolicyX509CertificatePropertiesSubjectAlternativeNames

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

Constructors

Types

Link copied to clipboard
object Companion

Properties

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

A list of alternative DNS names (FQDNs) identified by the Certificate. Changing this forces a new resource to be created.

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

A list of email addresses identified by this Certificate. Changing this forces a new resource to be created.

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

A list of User Principal Names identified by the Certificate. Changing this forces a new resource to be created.