JwtClaimChecksArgs

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.

Constructors

Link copied to clipboard
constructor(allowedClientApplications: Output<List<String>>? = null, allowedGroups: Output<List<String>>? = null)

Properties

Link copied to clipboard
val allowedClientApplications: Output<List<String>>? = null

The list of the allowed client applications.

Link copied to clipboard
val allowedGroups: Output<List<String>>? = null

The list of the allowed groups.

Functions

Link copied to clipboard
open override fun toJava(): JwtClaimChecksArgs