vaultrs::transit::key

Function backup

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

Return a plaintext backup of a named key.

See BackupKeyRequest