Security Incident Permissions for Microsoft Graph
Application
Permission | ID | Purpose | Description |
---|---|---|---|
SecurityIncident.Read.All | 45cc0394-e837-488b-a098-1918f48d186c | Read all security incidents | Allows the app to read all security incidents, without a signed-in user. |
SecurityIncident.ReadWrite.All | 34bf0e97-1971-4929-b999-9e2442d941d7 | Read and write to all security incidents | Allows the app to read and write to all security incidents, without a signed-in user. |
Delegated
Permission | ID | Purpose | Description |
---|---|---|---|
SecurityIncident.Read.All | b9abcc4f-94fc-4457-9141-d20ce80ec952 | Read incidents | Allows the app to read security incidents, on behalf of the signed-in user. |
SecurityIncident.ReadWrite.All | 128ca929-1a19-45e6-a3b8-435ec44a36ba | Read and write to incidents | Allows the app to read and write security incidents, on behalf of the signed-in user. |