Class CertRequestSubject
Inheritance
System.Object
CertRequestSubject
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.Tls.Outputs
Assembly: Pulumi.Tls.dll
Syntax
public sealed class CertRequestSubject
Fields
View SourceCommonName
Declaration
public readonly string CommonName
Field Value
| Type | Description |
|---|---|
| System.String |
Country
Declaration
public readonly string Country
Field Value
| Type | Description |
|---|---|
| System.String |
Locality
Declaration
public readonly string Locality
Field Value
| Type | Description |
|---|---|
| System.String |
Organization
Declaration
public readonly string Organization
Field Value
| Type | Description |
|---|---|
| System.String |
OrganizationalUnit
Declaration
public readonly string OrganizationalUnit
Field Value
| Type | Description |
|---|---|
| System.String |
PostalCode
Declaration
public readonly string PostalCode
Field Value
| Type | Description |
|---|---|
| System.String |
Province
Declaration
public readonly string Province
Field Value
| Type | Description |
|---|---|
| System.String |
SerialNumber
Declaration
public readonly string SerialNumber
Field Value
| Type | Description |
|---|---|
| System.String |
StreetAddresses
Declaration
public readonly ImmutableArray<string> StreetAddresses
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |