Hello everybody,
I have created a custom IAM role for SecOps, based on the Chronicle API Viewer role, with the difference that creating, duplicating, and editing dashboards in SecOps SIEM should be allowed.
I found the following permissions related to dashboards, excluding deletion:
- chronicle.dashboardCharts.get
- chronicle.dashboardCharts.list
- chronicle.dashboardQueries.execute
- chronicle.dashboardQueries.get
- chronicle.dashboardQueries.list
- chronicle.dashboards.copy
- chronicle.dashboards.create
- chronicle.dashboards.edit
- chronicle.dashboards.get
- chronicle.dashboards.list
- chronicle.dashboards.schedule
- chronicle.nativeDashboards.create
- chronicle.nativeDashboards.duplicate
- chronicle.nativeDashboards.get
- chronicle.nativeDashboards.list
- chronicle.nativeDashboards.update
- Can someone describe each of these permissions?
- Which permissions do I need to allow for creating and editing dashboards?
Currently, changes do not seem to have any effect. We created a new group in our Azure Entra ID, and we map this group to the newly created role in Google IAM. However, users do not have any more permissions than before.
I appreciate any help I can get.