You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ASN1Subject as input to an Aws::Client method, you can use a vanilla Hash:

{
  country: "CountryCodeString",
  organization: "String64",
  organizational_unit: "String64",
  distinguished_name_qualifier: "ASN1PrintableString64",
  state: "String128",
  common_name: "String64",
  serial_number: "ASN1PrintableString64",
  locality: "String128",
  title: "String64",
  surname: "String40",
  given_name: "String16",
  initials: "String5",
  pseudonym: "String128",
  generation_qualifier: "String3",
}

Contains information about the certificate subject. The certificate can be one issued by your private certificate authority (CA) or it can be your private CA certificate. 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 Subject must 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. The DN must be unique for each entity, but your private CA can issue more than one certificate with the same DN to the same entity.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#common_nameString

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

Returns:

  • (String)

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

#countryString

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

Returns:

  • (String)

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

#distinguished_name_qualifierString

Disambiguating information for the certificate subject.

Returns:

  • (String)

    Disambiguating information for the certificate subject.

#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)

    Typically a qualifier appended to the name of an individual.

#given_nameString

First name.

Returns:

  • (String)

    First name.

#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)

    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.

#localityString

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

Returns:

  • (String)

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

#organizationString

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

Returns:

  • (String)

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

#organizational_unitString

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

Returns:

  • (String)

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

#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)

    Typically a shortened version of a longer GivenName.

#serial_numberString

The certificate serial number.

Returns:

  • (String)

    The certificate serial number.

#stateString

State in which the subject of the certificate is located.

Returns:

  • (String)

    State in which the subject of the certificate is located.

#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)

    Family name.

#titleString

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

Returns:

  • (String)

    A title such as Mr.