nodeIdentities

@JvmName(name = "pvpisqkfarnkuqbt")
suspend fun nodeIdentities(value: Output<List<String>>)
@JvmName(name = "qbdidikpfuodrwdj")
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 = "nohdvsbkfsvjcyed")
suspend fun nodeIdentities(vararg values: Output<String>)


@JvmName(name = "ldugwlthbrxyhsul")
suspend fun nodeIdentities(values: List<Output<String>>)
@JvmName(name = "dsfpisamnsrhegku")
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+.