Uses of Class
io.helidon.integrations.vault.secrets.kv1.UpdateKv1.Request
-
Uses of UpdateKv1.Request in io.helidon.integrations.vault.secrets.kv1
Modifier and TypeMethodDescriptionUpdateKv1.Request.addSecretValue
(String key, String value) Add a new value.static UpdateKv1.Request
UpdateKv1.Request.builder()
Fluent API builder for configuring a request.Path of the secret to update.UpdateKv1.Request.secretValues
(Map<String, String> values) New values of the secret.Modifier and TypeMethodDescriptionKv1Secrets.update
(UpdateKv1.Request request) Update a secret on the defined path.