Show / Hide Table of Contents

Class CertificateCertificatePolicyX509CertificatePropertiesSubjectAlternativeNamesGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
CertificateCertificatePolicyX509CertificatePropertiesSubjectAlternativeNamesGetArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class CertificateCertificatePolicyX509CertificatePropertiesSubjectAlternativeNamesGetArgs : ResourceArgs

Constructors

View Source

CertificateCertificatePolicyX509CertificatePropertiesSubjectAlternativeNamesGetArgs()

Declaration
public CertificateCertificatePolicyX509CertificatePropertiesSubjectAlternativeNamesGetArgs()

Properties

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 InputList<string> DnsNames { get; set; }
Property Value
Type Description
InputList<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 InputList<string> Emails { get; set; }
Property Value
Type Description
InputList<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 InputList<string> Upns { get; set; }
Property Value
Type Description
InputList<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.