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
pub async fn read_metadata(
client: &impl Client,
mount: &str,
path: &str,
) -> Result<ReadSecretMetadataResponse, ClientError>
Reads the metadata of the secret at the given path