vaultrs::transit::key

Function update

source
pub async fn update(
    client: &impl Client,
    mount: &str,
    name: &str,
    opts: Option<&mut UpdateKeyConfigurationRequestBuilder>,
) -> Result<(), ClientError>
Expand description

Update a key’s configuration.

See UpdateKeyConfigurationRequest