subject

@JvmName(name = "ieussisrxqeuirpy")
suspend fun subject(value: Output<CertificateSubjectArgs>)
@JvmName(name = "tyabbahhugpbumta")
suspend fun subject(value: CertificateSubjectArgs?)

Parameters

value

Contains information about the certificate subject. The Subject field in the certificate identifies the entity that owns or controls the public key in the certificate. The entity can be a user, computer, device, or service. The Subject must contain an X.500 distinguished name (DN). A DN is a sequence of relative distinguished names (RDNs). The RDNs are separated by commas in the certificate.


@JvmName(name = "ribnwasjvqsxftop")
suspend fun subject(argument: suspend CertificateSubjectArgsBuilder.() -> Unit)

Parameters

argument

Contains information about the certificate subject. The Subject field in the certificate identifies the entity that owns or controls the public key in the certificate. The entity can be a user, computer, device, or service. The Subject must contain an X.500 distinguished name (DN). A DN is a sequence of relative distinguished names (RDNs). The RDNs are separated by commas in the certificate.