Class CertificateAuthorityCertificateAuthorityConfigurationSubject
Inheritance
Inherited Members
Namespace: Pulumi.Aws.Acmpca.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class CertificateAuthorityCertificateAuthorityConfigurationSubject
Fields
View SourceCommonName
Fully qualified domain name (FQDN) associated with the certificate subject.
Declaration
public readonly string CommonName
Field Value
| Type | Description |
|---|---|
| System.String |
Country
Two digit code that specifies the country in which the certificate subject located.
Declaration
public readonly string Country
Field Value
| Type | Description |
|---|---|
| System.String |
DistinguishedNameQualifier
Disambiguating information for the certificate subject.
Declaration
public readonly string DistinguishedNameQualifier
Field Value
| Type | Description |
|---|---|
| System.String |
GenerationQualifier
Typically a qualifier appended to the name of an individual. Examples include Jr. for junior, Sr. for senior, and III for third.
Declaration
public readonly string GenerationQualifier
Field Value
| Type | Description |
|---|---|
| System.String |
GivenName
First name.
Declaration
public readonly string GivenName
Field Value
| Type | Description |
|---|---|
| System.String |
Initials
Concatenation that typically contains the first letter of the given_name, the first letter of the middle name if one exists, and the first letter of the surname.
Declaration
public readonly string Initials
Field Value
| Type | Description |
|---|---|
| System.String |
Locality
The locality (such as a city or town) in which the certificate subject is located.
Declaration
public readonly string Locality
Field Value
| Type | Description |
|---|---|
| System.String |
Organization
Legal name of the organization with which the certificate subject is affiliated.
Declaration
public readonly string Organization
Field Value
| Type | Description |
|---|---|
| System.String |
OrganizationalUnit
A subdivision or unit of the organization (such as sales or finance) with which the certificate subject is affiliated.
Declaration
public readonly string OrganizationalUnit
Field Value
| Type | Description |
|---|---|
| System.String |
Pseudonym
Typically a shortened version of a longer given_name. For example, Jonathan is often shortened to John. Elizabeth is often shortened to Beth, Liz, or Eliza.
Declaration
public readonly string Pseudonym
Field Value
| Type | Description |
|---|---|
| System.String |
State
State in which the subject of the certificate is located.
Declaration
public readonly string State
Field Value
| Type | Description |
|---|---|
| System.String |
Surname
Family name. In the US and the UK for example, the surname of an individual is ordered last. In Asian cultures the surname is typically ordered first.
Declaration
public readonly string Surname
Field Value
| Type | Description |
|---|---|
| System.String |
Title
A title such as Mr. or Ms. which is pre-pended to the name to refer formally to the certificate subject.
Declaration
public readonly string Title
Field Value
| Type | Description |
|---|---|
| System.String |