policies

@JvmName(name = "noixfstbxxbmjjih")
suspend fun policies(value: Output<List<String>>)
@JvmName(name = "ydjxbglwukafytrb")
suspend fun policies(value: List<String>?)

Parameters

value

(set: []) - A set of policy names to associate with this token. Must be set on client-type tokens, must not be set on management-type tokens. Policies do not need to exist before being used here.


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


@JvmName(name = "dbgbvsaxcccogecg")
suspend fun policies(values: List<Output<String>>)
@JvmName(name = "bqgbbnxwwohosbwc")
suspend fun policies(vararg values: String)

Parameters

values

(set: []) - A set of policy names to associate with this token. Must be set on client-type tokens, must not be set on management-type tokens. Policies do not need to exist before being used here.