policies

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

Parameters

value

The list of Consul ACL policies to associate with these roles. NOTE: The new parameter consul_policies should be used in favor of this. This parameter, policies, remains supported for legacy users, but Vault has deprecated this field.


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


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

Parameters

values

The list of Consul ACL policies to associate with these roles. NOTE: The new parameter consul_policies should be used in favor of this. This parameter, policies, remains supported for legacy users, but Vault has deprecated this field.