identityConstraints

@JvmName(name = "ukgaawctnsbsqhpi")
suspend fun identityConstraints(value: Output<CertificateTemplateIdentityConstraintsArgs>)
@JvmName(name = "nhshpqcdouydnggw")
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 = "akxelemecpqflrcc")
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.