Package edu.iu.client

Interface IuVaultMetadata


public interface IuVaultMetadata
Represents metadata related to a Vault K/V engine.
  • 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

      Map<String,String> getCustomMetadata()
      Gets custom metadata defined for the secret.
      Returns:
      custom metadata