Uses of Class
io.helidon.integrations.vault.secrets.kv2.UndeleteKv2.Request
Packages that use UndeleteKv2.Request
Package
Description
Vault's Key/value version 2 Secrets Engine support.
-
Uses of UndeleteKv2.Request in io.helidon.integrations.vault.secrets.kv2
Methods in io.helidon.integrations.vault.secrets.kv2 that return UndeleteKv2.RequestModifier and TypeMethodDescriptionUndeleteKv2.Request.addVersion
(int version) Add a version to undelete.static UndeleteKv2.Request
UndeleteKv2.Request.builder()
Fluent API builder for configuring a request.Path of the secret to undelete.UndeleteKv2.Request.versions
(int... versions) Version(s) to undelete.Methods in io.helidon.integrations.vault.secrets.kv2 with parameters of type UndeleteKv2.RequestModifier and TypeMethodDescriptionKv2Secrets.undelete
(UndeleteKv2.Request request) Undelete a secret version.