# DistinguishedName


## Fields

| Field                                                                                               | Type                                                                                                | Required                                                                                            | Description                                                                                         |
| --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- |
| `CommonName`                                                                                        | []*string*                                                                                          | :heavy_minus_sign:                                                                                  | The commonName (CN) elements of the Distinguished Name (OID: 2.5.4.3).                              |
| `Country`                                                                                           | []*string*                                                                                          | :heavy_minus_sign:                                                                                  | The countryName (C) elements of the Distinguished Name (OID: 2.5.4.6).                              |
| `DomainComponent`                                                                                   | []*string*                                                                                          | :heavy_minus_sign:                                                                                  | The domainComponent (DC) elements of the Distinguished Name (OID: 0.9.2342.19200300.100.1.25).      |
| `EmailAddress`                                                                                      | []*string*                                                                                          | :heavy_minus_sign:                                                                                  | The emailAddress (E) elements of the Distinguished Name (OID: 1.2.840.113549.1.9.1).                |
| `GivenName`                                                                                         | []*string*                                                                                          | :heavy_minus_sign:                                                                                  | The givenName (G) elements of the Distinguished Name (OID: 2.5.4.42).                               |
| `JurisdictionCountry`                                                                               | []*string*                                                                                          | :heavy_minus_sign:                                                                                  | The jurisdictionCountry elements of the Distinguished Name (OID: 1.3.6.1.4.1.311.60.2.1.3).         |
| `JurisdictionLocality`                                                                              | []*string*                                                                                          | :heavy_minus_sign:                                                                                  | The jurisdictionLocality elements of the Distinguished Name (OID: 1.3.6.1.4.1.311.60.2.1.1).        |
| `JurisdictionProvince`                                                                              | []*string*                                                                                          | :heavy_minus_sign:                                                                                  | The jurisdictionStateOrProvince elements of the Distinguished Name (OID: 1.3.6.1.4.1.311.60.2.1.2). |
| `Locality`                                                                                          | []*string*                                                                                          | :heavy_minus_sign:                                                                                  | The localityName (L) elements of the Distinguished Name (OID: 2.5.4.7).                             |
| `Organization`                                                                                      | []*string*                                                                                          | :heavy_minus_sign:                                                                                  | The organizationName (O) elements of the Distinguished Name (OID: 2.5.4.10).                        |
| `OrganizationID`                                                                                    | []*string*                                                                                          | :heavy_minus_sign:                                                                                  | N/A                                                                                                 |
| `OrganizationalUnit`                                                                                | []*string*                                                                                          | :heavy_minus_sign:                                                                                  | The organizationalUnit (OU) elements of the Distinguished Name (OID: 2.5.4.11).                     |
| `PostalCode`                                                                                        | []*string*                                                                                          | :heavy_minus_sign:                                                                                  | The postalCode elements of the Distinguished Name (OID: 2.5.4.17).                                  |
| `Province`                                                                                          | []*string*                                                                                          | :heavy_minus_sign:                                                                                  | The stateOrProvinceName (ST) elements of the Distinguished Name (OID: 2.5.4.8).                     |
| `SerialNumber`                                                                                      | []*string*                                                                                          | :heavy_minus_sign:                                                                                  | The serialNumber elements of the Distinguished Name (OID: 2.5.4.5).                                 |
| `StreetAddress`                                                                                     | []*string*                                                                                          | :heavy_minus_sign:                                                                                  | The streetAddress (STREET) elements of the Distinguished Name (OID: 2.5.4.9).                       |
| `Surname`                                                                                           | []*string*                                                                                          | :heavy_minus_sign:                                                                                  | The surname (SN) elements of the Distinguished Name (OID: 2.5.4.4).                                 |