GetAuthorityConfigSubjectConfigSubject

data class GetAuthorityConfigSubjectConfigSubject(val commonName: String, val countryCode: String, val locality: String, val organization: String, val organizationalUnit: String, val postalCode: String, val province: String, val streetAddress: String)

Constructors

Link copied to clipboard
constructor(commonName: String, countryCode: String, locality: String, organization: String, organizationalUnit: String, postalCode: String, province: String, streetAddress: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The common name of the distinguished name.

Link copied to clipboard

The country code of the subject.

Link copied to clipboard

The locality or city 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 province, territory, or regional state of the subject.

Link copied to clipboard

The street address of the subject.