Class Kv2Metadata
java.lang.Object
io.helidon.integrations.common.rest.ApiJsonParser
io.helidon.integrations.vault.secrets.kv2.Kv2Metadata
Metadata of a KV version 2 secret.
- 
Method SummaryMethods inherited from class io.helidon.integrations.common.rest.ApiJsonParserisPresent, stringValue, toBoolean, toBytesBase64, toDouble, toInstant, toInt, toList, toLong, toMap, toObject, toString
- 
Method Details- 
createdTimeCreated timestamp.- Returns:
- timestamp
 
- 
deletedTimeDeleted timestamp for deleted secrets.- Returns:
- timestamp or empty if not deleted
 
- 
versionpublic int version()Version of the secret.- Returns:
- version
 
- 
deletedpublic boolean deleted()Whether the secret is deleted (can be undeleted).- Returns:
- trueif the secret is deleted,- falseotherwise
 
- 
destroyedpublic boolean destroyed()Whether the secret is destroyed (cannot be undeleted).- Returns:
- trueif the secret is destroyed,- falseotherwise
 
- 
toString
 
-