Graph Security API - Specific service permissions?

Copper Contributor

We have configured our application and granted "SecurityEvents.ReadAll" permissions to be able to pull alerts, and we can see alerts from Sentinel,Security Center, Microsoft 365 Alerts and so forth. From my research it seems the scope for Graph permissions are the following. Is it possible to limit an application to pull ONLY Security Center or Sentinel alerts?

Permission Entity Supported requests

SecurityActions.Read.AllsecurityActions (preview)GET
SecurityActions.ReadWrite.AllsecurityActions (preview)GET, POST
SecurityEvents.Read.Allalerts
secureScores
secureScoreControlProfiles
GET
SecurityEvents.ReadWrite.Allalerts
secureScores
secureScoreControlProfiles
GET, POST, PATCH
ThreatIndicators.ReadWrite.OwnedBytiIndicator (preview)GET, POST, PATCH, DELETE

 

PS I know you can filter them out, but I want to limit the applications from being able to pull them in the first place.

0 Replies