jwtAllowedGroups

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

Parameters

value

A list of Allowed Groups in the JWT Claim.


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


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

Parameters

values

A list of Allowed Groups in the JWT Claim.