Jwt Claim Checks Args
data class JwtClaimChecksArgs(val allowedClientApplications: Output<List<String>>? = null, val allowedGroups: Output<List<String>>? = null) : ConvertibleToJava<JwtClaimChecksArgs>
The configuration settings of the checks that should be made while validating the JWT Claims.