Class GetKv2.Response
- java.lang.Object
-
- io.helidon.integrations.common.rest.ApiJsonParser
-
- io.helidon.integrations.vault.secrets.kv2.GetKv2.Response
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Kv2Metadata
metadata()
Metadata of this secret.String
path()
Path of this secret.Optional<String>
value(String key)
Value of a key within a secret.Map<String,String>
values()
A map of secret values (key/value pairs).-
Methods inherited from class io.helidon.integrations.common.rest.ApiJsonParser
isPresent, stringValue, toBoolean, toBytesBase64, toDouble, toInstant, toInt, toList, toLong, toMap, toObject, toString
-
-
-
-
Method Detail
-
metadata
public Kv2Metadata metadata()
Description copied from interface:Kv2Secret
Metadata of this secret.
-
value
public Optional<String> value(String key)
Description copied from interface:Secret
Value of a key within a secret.
-
-