Subject
describes parts of a distinguished name that, in turn, describes the subject of the certificate.
| JSON representation | |
|---|---|
{ "countryCode" : string , "organization" : string , "organizationalUnit" : string , "locality" : string , "province" : string , "streetAddress" : string , "postalCode" : string } |
|
| Fields | |
|---|---|
countryCode
|
The country code of the subject. |
organization
|
The organization of the subject. |
organizationalUnit
|
The organizationalUnit of the subject. |
locality
|
The locality or city of the subject. |
province
|
The province, territory, or regional state of the subject. |
streetAddress
|
The street address of the subject. |
postalCode
|
The postal code of the subject. |

