Subject Args
data class SubjectArgs(val commonName: Output<String>? = null, val countryCode: Output<String>? = null, val locality: Output<String>? = null, val organization: Output<String>? = null, val organizationalUnit: Output<String>? = null, val postalCode: Output<String>? = null, val province: Output<String>? = null, val streetAddress: Output<String>? = null) : ConvertibleToJava<SubjectArgs>
Subject describes parts of a distinguished name that, in turn, describes the subject of the certificate.
Constructors
Link copied to clipboard
constructor(commonName: Output<String>? = null, countryCode: Output<String>? = null, locality: Output<String>? = null, organization: Output<String>? = null, organizationalUnit: Output<String>? = null, postalCode: Output<String>? = null, province: Output<String>? = null, streetAddress: Output<String>? = null)
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.