GeneralName
Describes an ASN.1 X.400 GeneralName as defined in RFC 5280
Contents
Note
In the following list, the required parameters are described first.
Important
This data type is a UNION, so only one of the following members can be specified when used or returned.
- DirectoryName
-
Contains information about the certificate subject. The
Subjectfield 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. TheSubjectmust 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.Type: DistinguishedName object
Required: No
- DnsName
-
Represents
GeneralNameas a DNS name.Type: String
Required: No
- IpAddress
-
Represents
GeneralNameas an IPv4 or IPv6 address.Type: String
Required: No
- OtherName
-
Represents
GeneralNameusing anOtherNameobject.Type: OtherName object
Required: No
- RegisteredId
-
Represents
GeneralNameas an object identifier (OID).Type: String
Required: No
- Rfc822Name
-
Represents
GeneralNameas an RFC 822email address. Type: String
Required: No
- UniformResourceIdentifier
-
Represents
GeneralNameas a URI.Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: