pub async fn restore_many_as_admin(
cipher_ids: Vec<CipherId>,
org_id: OrganizationId,
api_client: &ApiClient,
key_store: &KeyStore<KeyIds>,
) -> Result<DecryptCipherListResult, RestoreCipherAdminError>Expand description
Restores multiple soft-deleted ciphers on the server.