Class CertificateCertificatePolicyX509CertificatePropertiesSubjectAlternativeNames
Inheritance
System.Object
CertificateCertificatePolicyX509CertificatePropertiesSubjectAlternativeNames
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.KeyVault.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class CertificateCertificatePolicyX509CertificatePropertiesSubjectAlternativeNames
Fields
View SourceDnsNames
A list of alternative DNS names (FQDNs) identified by the Certificate. Changing this forces a new resource to be created.
Declaration
public readonly ImmutableArray<string> DnsNames
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Emails
A list of email addresses identified by this Certificate. Changing this forces a new resource to be created.
Declaration
public readonly ImmutableArray<string> Emails
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Upns
A list of User Principal Names identified by the Certificate. Changing this forces a new resource to be created.
Declaration
public readonly ImmutableArray<string> Upns
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |