Class CertRequestSubjectGetArgs
Inheritance
System.Object
CertRequestSubjectGetArgs
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()
Assembly: Pulumi.Tls.dll
public sealed class CertRequestSubjectGetArgs : ResourceArgs
Constructors
View Source
Declaration
public CertRequestSubjectGetArgs()
Properties
View Source
Declaration
public Input<string> CommonName { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<string> Country { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<string> Locality { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<string> Organization { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
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
Declaration
public Input<string> Province { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<string> SerialNumber { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public InputList<string> StreetAddresses { get; set; }
Property Value