Subject Response
data class SubjectResponse(val commonName: String, val countryCode: String, val locality: String, val organization: String, val organizationalUnit: String, val postalCode: String, val province: String, val streetAddress: String)
Subject describes parts of a distinguished name that, in turn, describes the subject of the certificate.
Constructors
Properties
Link copied to clipboard
The "common name" of the subject.
Link copied to clipboard
The country code of the subject.
Link copied to clipboard
The organization of the subject.
Link copied to clipboard
The organizational_unit of the subject.
Link copied to clipboard
The postal code of the subject.
Link copied to clipboard
The street address of the subject.