SecurityCopilotWorkspaces.Read.All
Allows the app to read all Security Copilot signed-in user's resources on behalf of the signed-in user
Merill's Note
For an app to access data in Microsoft Graph, the user or administrator must grant it the permissions it needs. This article lists all the Microsoft Graph APIs and your tenant data that can be accessed by the application (vendor/developer) if you consent to the
SecurityCopilotWorkspaces.Read.Allpermission.If you need to create an audit report of the permissions granted to all the apps in your tenant, you can run the
Export-MsIdAppConsentGrantReportcommand. See How To: Run a quick OAuth app audit of your tenant
| Category | Application | Delegated |
|---|---|---|
| Identifier | - | 84499c31-ac2e-44d3-a0cf-a6c386d4dfe8 |
| DisplayText | - | Read all Security Copilot resources for the signed-in user |
| Description | - | Allows the app to read all Security Copilot signed-in user's resources on behalf of the signed-in user |
| AdminConsentRequired | Yes | No |
Graph Methods
→ API supports delegated access (access on behalf of a user)
→ API supports app-only access (access without a user)
| Methods |
|---|
Resources
Granting this permission allows the calling application to access (and/or update) the following information in your tenant.
Graph reference: evaluation
| Property | Type | Description |
|---|---|---|
| completedDateTime | DateTimeOffset | Evaluation completion time. |
| createdDateTime | DateTimeOffset | Evaluation created time. |
| executionCount | Int64 | Evaluation execution count. |
| id | String | Represents the unique ID of the Security Copilot evaluation. Inherits from entity. |
| isCancelled | Boolean | Evaluation cancellation status. |
| lastModifiedDateTime | DateTimeOffset | Evaluation modified time. |
| result | microsoft.graph.security.securityCopilot.evaluationResult | Evaluation results collection. |
| runStartDateTime | DateTimeOffset | Evaluation Run start time. |
| state | microsoft.graph.security.securityCopilot.evaluationState | Evaluation state during poll. The possible values are: unknown, created, running, completed, cancelled, pending, deferred, waitingForInput, unknownFutureValue. |