![]() |
![]()
| ![]() |
![]()
NAMEPaws::ACMPCA::ASN1Subject USAGEThis 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 DESCRIPTIONContains 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. ATTRIBUTESCommonName => StrFor 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 => StrTwo-digit code that specifies the country in which the certificate subject located. DistinguishedNameQualifier => StrDisambiguating information for the certificate subject. GenerationQualifier => StrTypically a qualifier appended to the name of an individual. Examples include Jr. for junior, Sr. for senior, and III for third. GivenName => StrFirst name. Initials => StrConcatenation 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 => StrThe locality (such as a city or town) in which the certificate subject is located. Organization => StrLegal name of the organization with which the certificate subject is affiliated. OrganizationalUnit => StrA subdivision or unit of the organization (such as sales or finance) with which the certificate subject is affiliated. Pseudonym => StrTypically 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 => StrThe certificate serial number. State => StrState in which the subject of the certificate is located. Surname => StrFamily 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 => StrA title such as Mr. or Ms., which is pre-pended to the name to refer formally to the certificate subject. SEE ALSOThis class forms part of Paws, describing an object used in Paws::ACMPCA BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|