public interface IuVaultMetadata
Represents metadata related to a Vault K/V engine.
-
Method Summary
Modifier and TypeMethodDescriptionGets the created time.Gets custom metadata defined for the secret.Gets the deletion time.int
Gets the version of the secret.
-
Method Details
-
getCreatedTime
Instant getCreatedTime()Gets the created time.- Returns:
Instant
-
getDeletionTime
Instant getDeletionTime()Gets the deletion time.- Returns:
Instant
-
getVersion
int getVersion()Gets the version of the secret.- Returns:
- version
-
getCustomMetadata
Gets custom metadata defined for the secret.- Returns:
- custom metadata
-