tokenPolicies

@JvmName(name = "rdrsrtpfyhaocqjp")
suspend fun tokenPolicies(value: Output<List<String>>)
@JvmName(name = "svnqyitwmtdasxef")
suspend fun tokenPolicies(value: List<String>?)

Parameters

value

(Optional) List of policies to encode onto generated tokens. Depending on the auth method, this list may be supplemented by user/group/other values.


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


@JvmName(name = "lverjkyixvsmcjow")
suspend fun tokenPolicies(values: List<Output<String>>)
@JvmName(name = "grfxoyyxntjxrqgg")
suspend fun tokenPolicies(vararg values: String)

Parameters

values

(Optional) List of policies to encode onto generated tokens. Depending on the auth method, this list may be supplemented by user/group/other values.