The fields comprising an X500 Distinguished Name
| Name | Type | Description | Attributes |
|---|---|---|---|
| country | Country | The Country (C). | Mandatory |
| commonName | CommonName | The Common Name (CN) | |
| organizationalUnit | Array of string | Organizational Unit(s) (OU). | |
| organization | Organization | The Organization (O). | |
| locality | Locality | The City/Locality (L). | |
| state | State | The State (ST). |
| Name | Type | Restrictions |
|---|---|---|
| State | string | Length of value must be >=1 Length of value must be <=128 |
| Locality | string | Length of value must be >=1 Length of value must be <=128 |
| Organization | string | Length of value must be >=1 Length of value must be <=128 |
| CommonName | string | Length of value must be >=1 Length of value must be <=128 |
| Country | Length of value must be >=1 Length of value must be <=2 | |
| T0 | string | Pattern of value must match the regular expression [a-zA-Z]* |