Class SecretDocument

java.lang.Object
org.springframework.vault.repository.convert.SecretDocument

public class SecretDocument extends Object
Vault database exchange object containing data before/after it's exchanged with Vault. A SecretDocument is basically an object with an id and a body represented as Map of String and Object. It can be created from an Id and VaultResponse.

A secret document can hold simple properties, list properties and nested objects as Maps.

Since:
2.0
Author:
Mark Paluch