vaultrs::kv2

Function read_version

Source
pub async fn read_version<D: DeserializeOwned>(
    client: &impl Client,
    mount: &str,
    path: &str,
    version: u64,
) -> Result<D, ClientError>
Expand description

Reads the value of the secret at the given version and path

See ReadSecretRequest