jwtAllowedGroups

@JvmName(name = "lflbtiulpgdygsco")
suspend fun jwtAllowedGroups(value: Output<List<String>>)
@JvmName(name = "gpgtuxqclutuvonj")
suspend fun jwtAllowedGroups(value: List<String>?)

Parameters

value

A list of Allowed Groups in the JWT Claim.


@JvmName(name = "kajvpgisiskbqoge")
suspend fun jwtAllowedGroups(vararg values: Output<String>)


@JvmName(name = "iicybmfjwmasjsty")
suspend fun jwtAllowedGroups(values: List<Output<String>>)
@JvmName(name = "gnujannndifrupqr")
suspend fun jwtAllowedGroups(vararg values: String)

Parameters

values

A list of Allowed Groups in the JWT Claim.