NAME
Paws::ACMPCA::ASN1Subject
USAGE
This class represents one of two things:
Arguments in a call to a service
Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.
As an example, if Att1 is expected to be a Paws::ACMPCA::ASN1Subject object:
$service_obj->Method(Att1 => { CommonName => $value, ..., Title => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::ACMPCA::ASN1Subject object:
$result = $service_obj->Method(...);
$result->Att1->CommonName
DESCRIPTION
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 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.
ATTRIBUTES
CommonName => Str
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.
Country => Str
Two-digit code that specifies the country in which the certificate subject located.
DistinguishedNameQualifier => Str
Disambiguating information for the certificate subject.
GenerationQualifier => Str
Typically a qualifier appended to the name of an individual. Examples include Jr. for junior, Sr. for senior, and III for third.
GivenName => Str
First name.
Initials => Str
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.
Locality => Str
The locality (such as a city or town) in which the certificate subject is located.
Organization => Str
Legal name of the organization with which the certificate subject is affiliated.
OrganizationalUnit => Str
A subdivision or unit of the organization (such as sales or finance) with which the certificate subject is affiliated.
Pseudonym => Str
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.
SerialNumber => Str
The certificate serial number.
State => Str
State in which the subject of the certificate is located.
Surname => Str
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.
Title => Str
A title such as Mr. or Ms., which is pre-pended to the name to refer formally to the certificate subject.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::ACMPCA
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues