Show / Hide Table of Contents

Class CertRequestSubjectGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
CertRequestSubjectGetArgs
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.Tls.Inputs
Assembly: Pulumi.Tls.dll
Syntax
public sealed class CertRequestSubjectGetArgs : ResourceArgs

Constructors

View Source

CertRequestSubjectGetArgs()

Declaration
public CertRequestSubjectGetArgs()

Properties

View Source

CommonName

Declaration
public Input<string> CommonName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Country

Declaration
public Input<string> Country { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Locality

Declaration
public Input<string> Locality { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Organization

Declaration
public Input<string> Organization { get; set; }
Property Value
Type Description
Input<System.String>
View Source

OrganizationalUnit

Declaration
public Input<string> OrganizationalUnit { get; set; }
Property Value
Type Description
Input<System.String>
View Source

PostalCode

Declaration
public Input<string> PostalCode { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Province

Declaration
public Input<string> Province { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SerialNumber

Declaration
public Input<string> SerialNumber { get; set; }
Property Value
Type Description
Input<System.String>
View Source

StreetAddresses

Declaration
public InputList<string> StreetAddresses { get; set; }
Property Value
Type Description
InputList<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.