CertificateConfigSubjectConfigSubjectArgs

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>

Constructors

constructor(commonName: Output<String>, countryCode: Output<String>? = null, locality: Output<String>? = null, organization: Output<String>, organizationalUnit: Output<String>? = null, postalCode: Output<String>? = null, province: Output<String>? = null, streetAddress: Output<String>? = null)

Properties

Link copied to clipboard
val commonName: Output<String>

The common name of the distinguished name.

Link copied to clipboard
val countryCode: Output<String>? = null

The country code of the subject.

Link copied to clipboard
val locality: Output<String>? = null

The locality or city of the subject.

Link copied to clipboard
val organization: Output<String>

The organization of the subject.

Link copied to clipboard
val organizationalUnit: Output<String>? = null

The organizational unit of the subject.

Link copied to clipboard
val postalCode: Output<String>? = null

The postal code of the subject.

Link copied to clipboard
val province: Output<String>? = null

The province, territory, or regional state of the subject.

Link copied to clipboard
val streetAddress: Output<String>? = null

The street address of the subject.

Functions

Link copied to clipboard
open override fun toJava(): CertificateConfigSubjectConfigSubjectArgs