Show / Hide Table of Contents

Class CertificateAuthorityCertificateAuthorityConfigurationSubjectArgs

Inheritance
System.Object
InputArgs
ResourceArgs
CertificateAuthorityCertificateAuthorityConfigurationSubjectArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class CertificateAuthorityCertificateAuthorityConfigurationSubjectArgs : ResourceArgs

Constructors

View Source

CertificateAuthorityCertificateAuthorityConfigurationSubjectArgs()

Declaration
public CertificateAuthorityCertificateAuthorityConfigurationSubjectArgs()

Properties

View Source

CommonName

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

Declaration
public Input<string> CommonName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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

DistinguishedNameQualifier

Disambiguating information for the certificate subject.

Declaration
public Input<string> DistinguishedNameQualifier { get; set; }
Property Value
Type Description
Input<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 Input<string> GenerationQualifier { get; set; }
Property Value
Type Description
Input<System.String>
View Source

GivenName

First name.

Declaration
public Input<string> GivenName { get; set; }
Property Value
Type Description
Input<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 Input<string> Initials { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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

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

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>
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 Input<string> Pseudonym { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
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 Input<string> Surname { get; set; }
Property Value
Type Description
Input<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 Input<string> Title { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.