Trying to give a user rights to MS Sentential but nothing else inside of Aure

Peter Wilcox 21 Reputation points
2024-07-24T10:27:54.5866667+00:00

Right now I am trying to give a user rights to MS Sentential to customize it but not give admin access to Azure. Here is what I have created so far but Still getting issues.

{ "properties": { "roleName": "MS Azure Sentinel", "description": "Azure Sentinel", "assignableScopes": [ "/subscriptions/Subscriptionid ], "permissions": [ { "actions": [ "Microsoft.SecurityInsights/settings/read", "Microsoft.SecurityInsights/settings/write", "Microsoft.SecurityInsights/operations/read", "Microsoft.SecurityInsights/onboardingStates/read", "Microsoft.SecurityInsights/officeConsents/read", "Microsoft.SecurityInsights/Metadata/read", "Microsoft.SecurityInsights/incidents/comments/read", "Microsoft.SecurityInsights/incidents/relations/read", "Microsoft.SecurityInsights/incidents/tasks/read", "Microsoft.SecurityInsights/incidents/tasks/write", "Microsoft.SecurityInsights/incidents/read", "Microsoft.SecurityInsights/incidents/write", "Microsoft.SecurityInsights/hunts/relations/read", "Microsoft.SecurityInsights/hunts/relations/write", "Microsoft.SecurityInsights/hunts/comments/read", "Microsoft.SecurityInsights/hunts/comments/write", "Microsoft.SecurityInsights/hunts/read", "Microsoft.SecurityInsights/hunts/write", "Microsoft.SecurityInsights/entities/read", "Microsoft.SecurityInsights/entities/gettimeline/action", "Microsoft.SecurityInsights/entities/getInsights/action", "Microsoft.SecurityInsights/dataConnectors/read", "Microsoft.SecurityInsights/dataConnectors/write", "Microsoft.SecurityInsights/ContentPackages/write", "Microsoft.SecurityInsights/ContentPackages/read", "Microsoft.SecurityInsights/ConfidentialWatchlists/read", "Microsoft.SecurityInsights/ConfidentialWatchlists/write", "Microsoft.SecurityInsights/cases/investigations/read", "Microsoft.SecurityInsights/cases/investigations/write", "Microsoft.SecurityInsights/cases/comments/read", "Microsoft.SecurityInsights/cases/comments/write", "Microsoft.SecurityInsights/cases/read", "Microsoft.SecurityInsights/cases/write", "Microsoft.SecurityInsights/ContentTemplates/read", "Microsoft.SecurityInsights/entities/relations/read", "Microsoft.SecurityInsights/entities/relations/write", "Microsoft.SecurityInsights/entityQueries/read", "Microsoft.SecurityInsights/ExportConnections/read", "Microsoft.SecurityInsights/SourceControls/read", "Microsoft.SecurityInsights/enrichment/ip/geodata/read", "Microsoft.SecurityInsights/threatintelligence/read", "Microsoft.SecurityInsights/threatintelligence/write", "Microsoft.SecurityInsights/threatintelligence/query/action", "Microsoft.SecurityInsights/threatintelligence/metrics/action", "Microsoft.SecurityInsights/threatintelligence/bulkTag/action", "Microsoft.SecurityInsights/threatintelligence/createIndicator/action", "Microsoft.SecurityInsights/threatintelligence/queryIndicators/action", "Microsoft.SecurityInsights/threatintelligence/bulkactions/read", "Microsoft.SecurityInsights/threatintelligence/bulkactions/write", "Microsoft.SecurityInsights/threatintelligence/ingestionrulelist/read", "Microsoft.SecurityInsights/threatintelligence/ingestionrulelist/write", "Microsoft.SecurityInsights/threatintelligence/threatactors/read", "Microsoft.SecurityInsights/threatintelligence/threatactors/write", "Microsoft.SecurityInsights/threatintelligence/indicators/write", "Microsoft.SecurityInsights/threatintelligence/indicators/query/action", "Microsoft.SecurityInsights/threatintelligence/indicators/metrics/action", "Microsoft.SecurityInsights/threatintelligence/indicators/bulkTag/action", "Microsoft.SecurityInsights/threatintelligence/indicators/read", "Microsoft.SecurityInsights/threatintelligence/indicators/appendTags/action", "Microsoft.SecurityInsights/threatintelligence/indicators/replaceTags/action", "Microsoft.SecurityInsights/threatintelligence/metrics/read", "Microsoft.SecurityInsights/triggeredAnalyticsRuleRuns/read", "Microsoft.SecurityInsights/Watchlists/read", "Microsoft.SecurityInsights/Watchlists/write", "Microsoft.SecurityInsights/WorkspaceManagerAssignments/read", "Microsoft.SecurityInsights/workspaceManagerAssignments/jobs/read", "Microsoft.SecurityInsights/WorkspaceManagerConfigurations/read", "Microsoft.SecurityInsights/WorkspaceManagerGroups/read", "Microsoft.SecurityInsights/WorkspaceManagerMembers/read", "Microsoft.SecurityInsights/alertRules/read", "Microsoft.SecurityInsights/alertRules/write", "Microsoft.SecurityInsights/alertRules/actions/read", "Microsoft.SecurityInsights/alertRules/actions/write", "Microsoft.SecurityInsights/securityMLAnalyticsSettings/read", "Microsoft.SecurityInsights/securityMLAnalyticsSettings/write", "Microsoft.SecurityInsights/automationRules/read", "Microsoft.SecurityInsights/automationRules/write", "Microsoft.SecurityInsights/bookmarks/relations/read", "Microsoft.SecurityInsights/bookmarks/relations/write", "Microsoft.SecurityInsights/businessApplicationAgents/write", "Microsoft.SecurityInsights/businessApplicationAgents/read", "Microsoft.SecurityInsights/businessApplicationAgents/systems/read", "Microsoft.SecurityInsights/businessApplicationAgents/systems/write", "Microsoft.SecurityInsights/businessApplicationAgents/systems/listActions/action", "Microsoft.SecurityInsights/businessApplicationAgents/systems/reportActionStatus/action", "Microsoft.SecurityInsights/businessApplicationAgents/systems/undoAction/action" ], "notActions": [], "dataActions": [], "notDataActions": [] } ] }}

Please advise what I am missing in this IAM role.

Microsoft Sentinel
Microsoft Sentinel
A scalable, cloud-native solution for security information event management and security orchestration automated response. Previously known as Azure Sentinel.
1,154 questions
0 comments No comments
{count} votes

Accepted answer
  1. Babafemi Bulugbe 3,705 Reputation points MVP
    2024-07-24T12:14:28.7766667+00:00

    Hello Peter Wilcox,

    Thank you for posting your query in the Microsoft Q&A Community.

    Please be informed that assigning permission to users on Sentinel isn't restricted to Microsoft.SecurityInsights permissions. There are some other permissions needed depending on what operation the users would be performing.

    To better analyze what permissions fits well, Kindly click on the link below to get all roles related to sentinel. https://video2.skills-academy.com/en-us/azure/sentinel/roles

    If these roles listed within the page doesn't fulfil your need, kindly create a custom role using the role that is closet to the one you are trying to create.

    Let me know if further assistance is needed.

    Babafemi


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.