jwtAllowedGroups

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

Parameters

value

A list of Allowed Groups in the JWT Claim.


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


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

Parameters

values

A list of Allowed Groups in the JWT Claim.