jwtAllowedGroups

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

Parameters

value

A list of Allowed Groups in the JWT Claim.


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


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

Parameters

values

A list of Allowed Groups in the JWT Claim.