Show / Hide Table of Contents

Class CertifiateCertificatePolicyX509CertificatePropertiesSubjectAlternativeNames

Inheritance
System.Object
CertifiateCertificatePolicyX509CertificatePropertiesSubjectAlternativeNames
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 CertifiateCertificatePolicyX509CertificatePropertiesSubjectAlternativeNames

Fields

View Source

DnsNames

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.