identityConstraints

@JvmName(name = "bkqevocrcgoxmjee")
suspend fun identityConstraints(value: Output<CaPoolIssuancePolicyIdentityConstraintsArgs>)
@JvmName(name = "ppluywsigqqpmqaw")
suspend fun identityConstraints(value: CaPoolIssuancePolicyIdentityConstraintsArgs?)

Parameters

value

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


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

Parameters

argument

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