Uses of Class
io.helidon.integrations.vault.secrets.kv2.UpdateKv2.Request
Package
Description
Vault's Key/value version 2 Secrets Engine support.
-
Uses of UpdateKv2.Request in io.helidon.integrations.vault.secrets.kv2
Modifier and TypeMethodDescriptionUpdateKv2.Request.addSecretValue
(String key, String value) Add a secret value to the map of secret values.static UpdateKv2.Request
UpdateKv2.Request.builder()
Fluent API builder for configuring a request.UpdateKv2.Request.expectedVersion
(int expectedVersion) Expected version of the secret being updated.Path of the secret to update.UpdateKv2.Request.secretValues
(Map<String, String> values) New secret values for this update request.Modifier and TypeMethodDescriptionKv2Secrets.update
(UpdateKv2.Request request) Update a secret on the defined path.