data

@JvmName(name = "mjvpguvecmoccmvw")
suspend fun data(value: Output<Map<String, String>>)
@JvmName(name = "iknjmprbgqxngjkd")
suspend fun data(value: Map<String, String>?)

Parameters

value

A mapping whose keys are the top-level data keys returned from Vault and whose values are the corresponding values. This map can only represent string data, so any non-string values returned from Vault are serialized as JSON.


@JvmName(name = "bjomaplswicghpwp")
fun data(vararg values: Pair<String, String>)

Parameters

values

A mapping whose keys are the top-level data keys returned from Vault and whose values are the corresponding values. This map can only represent string data, so any non-string values returned from Vault are serialized as JSON.