CertificateAuthorityCertificateAuthorityConfigurationSubjectArgs

data class CertificateAuthorityCertificateAuthorityConfigurationSubjectArgs(val commonName: Output<String>? = null, val country: Output<String>? = null, val distinguishedNameQualifier: Output<String>? = null, val generationQualifier: Output<String>? = null, val givenName: Output<String>? = null, val initials: Output<String>? = null, val locality: Output<String>? = null, val organization: Output<String>? = null, val organizationalUnit: Output<String>? = null, val pseudonym: Output<String>? = null, val state: Output<String>? = null, val surname: Output<String>? = null, val title: Output<String>? = null) : ConvertibleToJava<CertificateAuthorityCertificateAuthorityConfigurationSubjectArgs>

Constructors

constructor(commonName: Output<String>? = null, country: Output<String>? = null, distinguishedNameQualifier: Output<String>? = null, generationQualifier: Output<String>? = null, givenName: Output<String>? = null, initials: Output<String>? = null, locality: Output<String>? = null, organization: Output<String>? = null, organizationalUnit: Output<String>? = null, pseudonym: Output<String>? = null, state: Output<String>? = null, surname: Output<String>? = null, title: Output<String>? = null)

Properties

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

Fully qualified domain name (FQDN) associated with the certificate subject. Must be less than or equal to 64 characters in length.

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

Two digit code that specifies the country in which the certificate subject located. Must be less than or equal to 2 characters in length.

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

Disambiguating information for the certificate subject. Must be less than or equal to 64 characters in length.

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

Typically a qualifier appended to the name of an individual. Examples include Jr. for junior, Sr. for senior, and III for third. Must be less than or equal to 3 characters in length.

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

First name. Must be less than or equal to 16 characters in length.

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

Concatenation that typically contains the first letter of the given_name, the first letter of the middle name if one exists, and the first letter of the surname. Must be less than or equal to 5 characters in length.

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

Locality (such as a city or town) in which the certificate subject is located. Must be less than or equal to 128 characters in length.

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

Legal name of the organization with which the certificate subject is affiliated. Must be less than or equal to 64 characters in length.

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

Subdivision or unit of the organization (such as sales or finance) with which the certificate subject is affiliated. Must be less than or equal to 64 characters in length.

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

Typically a shortened version of a longer given_name. For example, Jonathan is often shortened to John. Elizabeth is often shortened to Beth, Liz, or Eliza. Must be less than or equal to 128 characters in length.

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

State in which the subject of the certificate is located. Must be less than or equal to 128 characters in length.

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

Family name. In the US and the UK for example, the surname of an individual is ordered last. In Asian cultures the surname is typically ordered first. Must be less than or equal to 40 characters in length.

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

Title such as Mr. or Ms. which is pre-pended to the name to refer formally to the certificate subject. Must be less than or equal to 64 characters in length.

Functions

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