Certificate Config Subject Config Subject Args
data class CertificateConfigSubjectConfigSubjectArgs(val commonName: Output<String>, val countryCode: Output<String>? = null, val locality: Output<String>? = null, val organization: Output<String>, val organizationalUnit: Output<String>? = null, val postalCode: Output<String>? = null, val province: Output<String>? = null, val streetAddress: Output<String>? = null) : ConvertibleToJava<CertificateConfigSubjectConfigSubjectArgs>
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 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.