I am developing a Power Apps Model-Driven app in a dev environment given to my team, which is one of many teams in our organization. It looks like that I am able to extract Audit History through WebAPI in this dev environment from all the tables, not just the ones my app created.
I created a Security Role "Audit History Reader" which has two privileges of prvReadRecordAuditHistory and prvReadAuditSummary under my solution in dev env and assigned it to a service account. What's not clear to me at this point is whether this service account would see really all the tables in the test env when deployed.
If that's true, how can we limit the access of this service account on Audi History only to the tables that my app created?