Ignition Project Permissions Audit

I have a situation in which I have several projects at each site and several sites that need a project permissions audit/review. Short of opening each and every project, opening the Project properties, and reviewing Project permissions, Vision permissions, and Perspective permissions... is there any shortcut to gathering this information?

AI tools say that information should be in the config.idb in the project table, but the ones I've reviewed are all empty. Is there something I could do to force Ignition to populate those tables and review them from that angle?

Much appreciation in advance for any help.

AI's lying to you - since 8.0, all Ignition project data is stored on the filesystem as separate folders.

Of the three things you called out, two are managed by one global-props resource type, and one is managed by Perspective in a session-props resource. Both resources are opaque binary blobs of Java serialized data that can't be readily parsed by anything that's not Ignition, though they could technically be read by a script with sufficient effort.

Thanks for the information. If this still requires opening each project (even to run a script for review), then I'm just as good doing all the review manually, I would think.