jwtAllowedGroups

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

Parameters

value

A list of Allowed Groups in the JWT Claim.


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


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

Parameters

values

A list of Allowed Groups in the JWT Claim.