policies

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

Parameters

value

List of policies attached to the generated token. This setting is only used when type is 'client'.


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


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

Parameters

values

List of policies attached to the generated token. This setting is only used when type is 'client'.