Skip to content

Commit df08b06

Browse files
authored
Merge pull request #1350 from microsoft/pstaykov/secops-permissions
Add SecurityEvents.Read.All scope
2 parents a325b88 + 1c6b4f1 commit df08b06

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/powershell/doc/readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ The consent prompt is only displayed if the Graph PowerShell app does not alread
8181
- NetworkAccess.Read.All
8282
- IdentityRiskyServicePrincipal.Read.All
8383
- CopilotPackages.Read.All
84+
- SecurityEvents.Read.All
8485
- SecurityIdentitiesSensors.Read.All
8586
- SecurityIdentitiesHealth.Read.All
8687

src/powershell/public/Get-ZtGraphScope.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
'NetworkAccess.Read.All'
4646
'IdentityRiskyServicePrincipal.Read.All'
4747
'CopilotPackages.Read.All'
48+
'SecurityEvents.Read.All'
4849
'SecurityIdentitiesSensors.Read.All'
4950
'SecurityIdentitiesHealth.Read.All'
5051
)

0 commit comments

Comments
 (0)