Class CertificateAuthorityCertificateAuthorityConfigurationSubjectArgs
Inheritance
Inherited Members
Namespace: Pulumi.Aws.Acmpca.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class CertificateAuthorityCertificateAuthorityConfigurationSubjectArgs : ResourceArgs
Constructors
View SourceCertificateAuthorityCertificateAuthorityConfigurationSubjectArgs()
Declaration
public CertificateAuthorityCertificateAuthorityConfigurationSubjectArgs()
Properties
View SourceCommonName
Fully qualified domain name (FQDN) associated with the certificate subject.
Declaration
public Input<string> CommonName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Country
Two digit code that specifies the country in which the certificate subject located.
Declaration
public Input<string> Country { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DistinguishedNameQualifier
Disambiguating information for the certificate subject.
Declaration
public Input<string> DistinguishedNameQualifier { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> GenerationQualifier { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
GivenName
First name.
Declaration
public Input<string> GivenName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> Initials { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Locality
The locality (such as a city or town) in which the certificate subject is located.
Declaration
public Input<string> Locality { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Organization
Legal name of the organization with which the certificate subject is affiliated.
Declaration
public Input<string> Organization { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
OrganizationalUnit
A subdivision or unit of the organization (such as sales or finance) with which the certificate subject is affiliated.
Declaration
public Input<string> OrganizationalUnit { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> Pseudonym { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
State
State in which the subject of the certificate is located.
Declaration
public Input<string> State { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> Surname { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> Title { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |