Show / Hide Table of Contents

Class CertificateAuthorityCertificateAuthorityConfigurationSubject

Inheritance
System.Object
CertificateAuthorityCertificateAuthorityConfigurationSubject
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.Aws.Acmpca.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class CertificateAuthorityCertificateAuthorityConfigurationSubject

Fields

View Source

CommonName

Fully qualified domain name (FQDN) associated with the certificate subject.

Declaration
public readonly string CommonName
Field Value
Type Description
System.String
View Source

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
View Source

DistinguishedNameQualifier

Disambiguating information for the certificate subject.

Declaration
public readonly string DistinguishedNameQualifier
Field Value
Type Description
System.String
View Source

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
View Source

GivenName

First name.

Declaration
public readonly string GivenName
Field Value
Type Description
System.String
View Source

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
View Source

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
View Source

Organization

Legal name of the organization with which the certificate subject is affiliated.

Declaration
public readonly string Organization
Field Value
Type Description
System.String
View Source

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
View Source

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
View Source

State

State in which the subject of the certificate is located.

Declaration
public readonly string State
Field Value
Type Description
System.String
View Source

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
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.