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.