Class GetKv1.Response
- java.lang.Object
- 
- io.helidon.integrations.common.rest.ApiJsonParser
- 
- io.helidon.integrations.vault.secrets.kv1.GetKv1.Response
 
 
- 
- All Implemented Interfaces:
- Secret
 - Enclosing class:
- GetKv1
 
 public static final class GetKv1.Response extends ApiJsonParser implements Secret Response object parsed from JSON returned by theRestApi.
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringpath()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.ApiJsonParserisPresent, stringValue, toBoolean, toBytesBase64, toDouble, toInstant, toInt, toList, toLong, toMap, toObject, toString
 
- 
 
-