tokenPolicies

@JvmName(name = "jmluofrhrnunggyn")
suspend fun tokenPolicies(value: Output<List<String>>)
@JvmName(name = "kvqigvllgwbwerhw")
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 = "jfsxrgqwbvwdbjim")
suspend fun tokenPolicies(vararg values: Output<String>)


@JvmName(name = "kcjwssffpwxhhdtq")
suspend fun tokenPolicies(values: List<Output<String>>)
@JvmName(name = "pgfrreoyfscoplpb")
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.