jwtAllowedGroups

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

Parameters

value

A list of Allowed Groups in the JWT Claim.


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


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

Parameters

values

A list of Allowed Groups in the JWT Claim.