Uses of Class
io.helidon.integrations.vault.secrets.kv2.DestroyKv2.Request
Package
Description
Vault's Key/value version 2 Secrets Engine support.
-
Uses of DestroyKv2.Request in io.helidon.integrations.vault.secrets.kv2
Modifier and TypeMethodDescriptionDestroyKv2.Request.addVersion
(int version) Add a secret version to destroy.static DestroyKv2.Request
DestroyKv2.Request.builder()
Fluent API builder for configuring a request.Path of the secret to destroy.DestroyKv2.Request.versions
(int... versions) Version(s) of the secret to destroy.Modifier and TypeMethodDescriptionKv2Secrets.destroy
(DestroyKv2.Request request) Destroy a secret version.