Permissions changes on dashboards, genie and folders
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2025 01:30 PM
I'm trying to identify events in the audit logs that correspond to granting permissions for dashboards, genie spaces, and folders. Based on the documentation, my understanding is that I should be looking for the following:
serviceName: 'unityCatalog'
actionName: 'updatePermissions'
A filter on request_params.securable_type with values like 'DASHBOARD' or 'DIRECTORY'.
However, when I query our system.access.audit table, the securable_type key doesn't seem to be present in the request_params field for these events. Has anyone had any experience locating these specific permissions changes?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2025 10:19 AM
Found most of this data in service_name = 'workspace' and action_name = 'changeWorkspaceAcl', however Genie Space permissions changes were not available.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2025 08:05 AM
Hi @cj_guz ,
Have you tried action_name='updateSpace'?