pub async fn execute_revocations(
executor: &DeploymentExecutor<'_>,
revocations: &[RevokePrivilegesStatement<Raw>],
object_type_label: &str,
display_name: &impl Display,
) -> Result<(), CliError>Expand description
Execute REVOKE statements for stale grants, printing status for each.