nodeIdentities

@JvmName(name = "weccgtcrasopsdvi")
suspend fun nodeIdentities(value: Output<List<String>>)
@JvmName(name = "lbcmqmjfousccukx")
suspend fun nodeIdentities(value: List<String>?)

Parameters

value

SEE NOTE Set of Consul node identities to attach to the token. Applicable for Vault 1.11+ with Consul 1.8+.


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


@JvmName(name = "rlswxjvxemxdhiys")
suspend fun nodeIdentities(values: List<Output<String>>)
@JvmName(name = "qevtyawjvqtctnhb")
suspend fun nodeIdentities(vararg values: String)

Parameters

values

SEE NOTE Set of Consul node identities to attach to the token. Applicable for Vault 1.11+ with Consul 1.8+.