vaultrs::sys::policy

Function read

source
pub async fn read(
    client: &impl Client,
    name: &str,
) -> Result<ReadPolicyResponse, ClientError>
Expand description

Reads the given policy.

See ReadPolicyRequest