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