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