pub async fn set<T: Serialize>(
client: &impl Client,
mount: &str,
path: &str,
data: &HashMap<&str, T>,
) -> Result<(), ClientError>
Expand description
Sets the value of the secret at the given path
A key called ttl will trigger some special behavior. See the [Vault KV secrets engine documentation][https://developer.hashicorp.com/vault/docs/secrets/kv] for details. See SetSecretRequest