1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. PkixName

PkixName

    PkixName represents an X.509 distinguished name (DN).

    Properties

    • Country array[string] required
      The country names in the distinguished name.
    • Organization array[string] required
      The organization names in the distinguished name.
    • OrganizationalUnit array[string] required
      The organizational unit names in the distinguished name.
    • Locality array[string] required
      The locality (city) names in the distinguished name.
    • Province array[string] required
      The state or province names in the distinguished name.
    • StreetAddress array[string] required
      The street addresses in the distinguished name.
    • PostalCode array[string] required
      The postal codes in the distinguished name.
    • SerialNumber string required
      The serial number of the distinguished name.
    • CommonName string required
      The common name (CN) of the distinguished name.
    • Names array[PkixAttributeTypeAndValue] required
      The parsed attribute type and value pairs of the distinguished name.
    • Type string required
      The ASN.1 object identifier of the attribute type.
    • Value object required
      The value of the attribute.
    • ExtraNames array[PkixAttributeTypeAndValue] required
      Additional attribute type and value pairs to include in the distinguished name.
    • Type string required
      The ASN.1 object identifier of the attribute type.
    • Value object required
      The value of the attribute.