vaultrs::kv2

Function read_metadata

Source
pub async fn read_metadata(
    client: &impl Client,
    mount: &str,
    path: &str,
) -> Result<ReadSecretMetadataResponse, ClientError>
Expand description

Reads the metadata of the secret at the given path

See ReadSecretMetadataRequest