You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update ms.date and add documentation about Security Compute Units (SCUs) and required roles for the entity analyzer tool. The changes introduce prerequisites noting that Security Reader and Security Copilot Contributor are needed to run the analyzer and Security Copilot Owner is required to view SCU usage, and add an IMPORTANT callout explaining SCU usage and role requirements.
-[Visual Studio Code](sentinel-mcp-use-tool-visual-studio-code.md)
31
31
32
+
To use the [entity analyzer tool](#entity-analyzer), you also need the following roles:
33
+
-**Security Reader** and **Security Copilot Contributor** - To use the tool, which uses [Security Compute Units (SCUs)](/copilot/security/manage-usage) to deliver the reasoned entity risk analysis.
34
+
-**Security Copilot Owner** - To view SCU usage. For more information, see [Understand authentication in Microsoft Security Copilot](/copilot/security/authentication).
35
+
32
36
## Add the data exploration collection
33
37
34
38
To add the data exploration collection, first set up Microsoft Sentinel's unified MCP server interface. Follow the step-by-step instructions for compatible [AI-powered code editors and agent-building platforms](sentinel-mcp-get-started.md#add-microsoft-sentinels-collection-of-mcp-tools).
@@ -78,6 +82,11 @@ For example, `analyze_user_entity` reasons over the user's authentication patter
78
82
79
83
Entity analysis tools might require a few minutes to generate results, so there are tools to start analysis for each entity and another one that polls for the analysis results.
80
84
85
+
> [!IMPORTANT]
86
+
> This tool uses [Security Compute Units (SCUs)](/copilot/security/manage-usage) to deliver the reasoned entity risk analysis, so you need to have the **Security Reader** and **Security Copilot Contributor** roles to use it and generate results.
87
+
>
88
+
> To view SCU usage, you also need to have the **Security Copilot Owner** role. For more information, see [Understand authentication in Microsoft Security Copilot](/copilot/security/authentication).
89
+
81
90
#### Start analysis (`analyze_user_entity` and `analyze_url_entity`)
0 commit comments