identityConstraints

@JvmName(name = "mkalwafbcwyussci")
suspend fun identityConstraints(value: Output<CertificateTemplateIdentityConstraintsArgs>)
@JvmName(name = "bxecatwemaemkqyq")
suspend fun identityConstraints(value: CertificateTemplateIdentityConstraintsArgs?)

Parameters

value

Optional. Describes constraints on identities that may be appear in Certificates issued using this template. If this is omitted, then this template will not add restrictions on a certificate's identity. Structure is documented below.


@JvmName(name = "bxfsgthvoihsrmxm")
suspend fun identityConstraints(argument: suspend CertificateTemplateIdentityConstraintsArgsBuilder.() -> Unit)

Parameters

argument

Optional. Describes constraints on identities that may be appear in Certificates issued using this template. If this is omitted, then this template will not add restrictions on a certificate's identity. Structure is documented below.