consulRoles

@JvmName(name = "gmrtakbnrremtvwk")
suspend fun consulRoles(value: Output<List<String>>)
@JvmName(name = "xxakvuwoyrnlfpdt")
suspend fun consulRoles(value: List<String>?)

Parameters

value

SEE NOTE Set of Consul roles to attach to the token. Applicable for Vault 1.10+ with Consul 1.5+.


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


@JvmName(name = "etrxdxffsmwrntyg")
suspend fun consulRoles(values: List<Output<String>>)
@JvmName(name = "kqlegffvqcucknix")
suspend fun consulRoles(vararg values: String)

Parameters

values

SEE NOTE Set of Consul roles to attach to the token. Applicable for Vault 1.10+ with Consul 1.5+.