Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::ACMPCA::Types::ASN1Subject

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb

Overview

Contains information about the certificate subject. The Subject field in the certificate identifies the entity that owns or controls the public key in the certificate. The entity can be a user, computer, device, or service. The Subjectmust contain an X.500 distinguished name (DN). A DN is a sequence of relative distinguished names (RDNs). The RDNs are separated by commas in the certificate.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#common_nameString

For CA and end-entity certificates in a private PKI, the common name (CN) can be any string within the length limit.

Note: In publicly trusted certificates, the common name must be a fully qualified domain name (FQDN) associated with the certificate subject.

Returns:

  • (String)

111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 111

class ASN1Subject < Struct.new(
  :country,
  :organization,
  :organizational_unit,
  :distinguished_name_qualifier,
  :state,
  :common_name,
  :serial_number,
  :locality,
  :title,
  :surname,
  :given_name,
  :initials,
  :pseudonym,
  :generation_qualifier,
  :custom_attributes)
  SENSITIVE = []
  include Aws::Structure
end

#countryString

Two-digit code that specifies the country in which the certificate subject located.

Returns:

  • (String)

111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 111

class ASN1Subject < Struct.new(
  :country,
  :organization,
  :organizational_unit,
  :distinguished_name_qualifier,
  :state,
  :common_name,
  :serial_number,
  :locality,
  :title,
  :surname,
  :given_name,
  :initials,
  :pseudonym,
  :generation_qualifier,
  :custom_attributes)
  SENSITIVE = []
  include Aws::Structure
end

#custom_attributesArray<Types::CustomAttribute>

Contains a sequence of one or more X.500 relative distinguished names (RDNs), each of which consists of an object identifier (OID) and a value. For more information, see NIST’s definition of Object Identifier (OID).

Custom attributes cannot be used in combination with standard attributes.

Returns:


111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 111

class ASN1Subject < Struct.new(
  :country,
  :organization,
  :organizational_unit,
  :distinguished_name_qualifier,
  :state,
  :common_name,
  :serial_number,
  :locality,
  :title,
  :surname,
  :given_name,
  :initials,
  :pseudonym,
  :generation_qualifier,
  :custom_attributes)
  SENSITIVE = []
  include Aws::Structure
end

#distinguished_name_qualifierString

Disambiguating information for the certificate subject.

Returns:

  • (String)

111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 111

class ASN1Subject < Struct.new(
  :country,
  :organization,
  :organizational_unit,
  :distinguished_name_qualifier,
  :state,
  :common_name,
  :serial_number,
  :locality,
  :title,
  :surname,
  :given_name,
  :initials,
  :pseudonym,
  :generation_qualifier,
  :custom_attributes)
  SENSITIVE = []
  include Aws::Structure
end

#generation_qualifierString

Typically a qualifier appended to the name of an individual. Examples include Jr. for junior, Sr. for senior, and III for third.

Returns:

  • (String)

111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 111

class ASN1Subject < Struct.new(
  :country,
  :organization,
  :organizational_unit,
  :distinguished_name_qualifier,
  :state,
  :common_name,
  :serial_number,
  :locality,
  :title,
  :surname,
  :given_name,
  :initials,
  :pseudonym,
  :generation_qualifier,
  :custom_attributes)
  SENSITIVE = []
  include Aws::Structure
end

#given_nameString

First name.

Returns:

  • (String)

111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 111

class ASN1Subject < Struct.new(
  :country,
  :organization,
  :organizational_unit,
  :distinguished_name_qualifier,
  :state,
  :common_name,
  :serial_number,
  :locality,
  :title,
  :surname,
  :given_name,
  :initials,
  :pseudonym,
  :generation_qualifier,
  :custom_attributes)
  SENSITIVE = []
  include Aws::Structure
end

#initialsString

Concatenation that typically contains the first letter of the GivenName, the first letter of the middle name if one exists, and the first letter of the Surname.

Returns:

  • (String)

111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 111

class ASN1Subject < Struct.new(
  :country,
  :organization,
  :organizational_unit,
  :distinguished_name_qualifier,
  :state,
  :common_name,
  :serial_number,
  :locality,
  :title,
  :surname,
  :given_name,
  :initials,
  :pseudonym,
  :generation_qualifier,
  :custom_attributes)
  SENSITIVE = []
  include Aws::Structure
end

#localityString

The locality (such as a city or town) in which the certificate subject is located.

Returns:

  • (String)

111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 111

class ASN1Subject < Struct.new(
  :country,
  :organization,
  :organizational_unit,
  :distinguished_name_qualifier,
  :state,
  :common_name,
  :serial_number,
  :locality,
  :title,
  :surname,
  :given_name,
  :initials,
  :pseudonym,
  :generation_qualifier,
  :custom_attributes)
  SENSITIVE = []
  include Aws::Structure
end

#organizationString

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

Returns:

  • (String)

111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 111

class ASN1Subject < Struct.new(
  :country,
  :organization,
  :organizational_unit,
  :distinguished_name_qualifier,
  :state,
  :common_name,
  :serial_number,
  :locality,
  :title,
  :surname,
  :given_name,
  :initials,
  :pseudonym,
  :generation_qualifier,
  :custom_attributes)
  SENSITIVE = []
  include Aws::Structure
end

#organizational_unitString

A subdivision or unit of the organization (such as sales or finance) with which the certificate subject is affiliated.

Returns:

  • (String)

111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 111

class ASN1Subject < Struct.new(
  :country,
  :organization,
  :organizational_unit,
  :distinguished_name_qualifier,
  :state,
  :common_name,
  :serial_number,
  :locality,
  :title,
  :surname,
  :given_name,
  :initials,
  :pseudonym,
  :generation_qualifier,
  :custom_attributes)
  SENSITIVE = []
  include Aws::Structure
end

#pseudonymString

Typically a shortened version of a longer GivenName. For example, Jonathan is often shortened to John. Elizabeth is often shortened to Beth, Liz, or Eliza.

Returns:

  • (String)

111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 111

class ASN1Subject < Struct.new(
  :country,
  :organization,
  :organizational_unit,
  :distinguished_name_qualifier,
  :state,
  :common_name,
  :serial_number,
  :locality,
  :title,
  :surname,
  :given_name,
  :initials,
  :pseudonym,
  :generation_qualifier,
  :custom_attributes)
  SENSITIVE = []
  include Aws::Structure
end

#serial_numberString

The certificate serial number.

Returns:

  • (String)

111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 111

class ASN1Subject < Struct.new(
  :country,
  :organization,
  :organizational_unit,
  :distinguished_name_qualifier,
  :state,
  :common_name,
  :serial_number,
  :locality,
  :title,
  :surname,
  :given_name,
  :initials,
  :pseudonym,
  :generation_qualifier,
  :custom_attributes)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

State in which the subject of the certificate is located.

Returns:

  • (String)

111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 111

class ASN1Subject < Struct.new(
  :country,
  :organization,
  :organizational_unit,
  :distinguished_name_qualifier,
  :state,
  :common_name,
  :serial_number,
  :locality,
  :title,
  :surname,
  :given_name,
  :initials,
  :pseudonym,
  :generation_qualifier,
  :custom_attributes)
  SENSITIVE = []
  include Aws::Structure
end

#surnameString

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.

Returns:

  • (String)

111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 111

class ASN1Subject < Struct.new(
  :country,
  :organization,
  :organizational_unit,
  :distinguished_name_qualifier,
  :state,
  :common_name,
  :serial_number,
  :locality,
  :title,
  :surname,
  :given_name,
  :initials,
  :pseudonym,
  :generation_qualifier,
  :custom_attributes)
  SENSITIVE = []
  include Aws::Structure
end

#titleString

A title such as Mr. or Ms., which is pre-pended to the name to refer formally to the certificate subject.

Returns:

  • (String)

111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 111

class ASN1Subject < Struct.new(
  :country,
  :organization,
  :organizational_unit,
  :distinguished_name_qualifier,
  :state,
  :common_name,
  :serial_number,
  :locality,
  :title,
  :surname,
  :given_name,
  :initials,
  :pseudonym,
  :generation_qualifier,
  :custom_attributes)
  SENSITIVE = []
  include Aws::Structure
end