How to list all tables a user has access to and through which method?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2015 07:19 AM
Hej,
Is there any way to run a report that show all SN tables/views a user has access to and through what means (which roles and/or groups and/or ACLs) the access is granted?
Regards,
Lena
- Labels:
-
Performance Analytics

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2015 07:29 AM
I'm not aware of an all encompassing script that anyone has written, but there are some gliderecord methods that could help you out writing something like this.
canCreate(), canWrite(), canRead(), and canDelete() are all available gliderecord methods which test if the logged in user can access a table based on ACLs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2015 07:38 AM
Ok thanks… so if I am interpreting you correctly there is no report functionality built in — we will have to create that type of report ourselves, right?
Regards,
Lena

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2015 07:44 AM
As far as I know you'll have to create it.