jwtAllowedGroups

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

Parameters

value

A list of Allowed Groups in the JWT Claim.


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


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

Parameters

values

A list of Allowed Groups in the JWT Claim.