vaultrs::kv1

Function get_raw

source
pub async fn get_raw(
    client: &impl Client,
    mount: &str,
    path: &str,
) -> Result<GetSecretResponse, ClientError>
Expand description

Get value of the secret at given path, returning the raw response without deserialization Additional fields are available on raw response, such as lease_duration