Skip to content

Commit ec92c6b

Browse files
authored
Add SecurityIncident.Read.All in scope for secops pillar spec 41041 (#1373)
2 parents c4d88b3 + 56dac4f commit ec92c6b

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
@@ -87,6 +87,7 @@ The consent prompt is only displayed if the Graph PowerShell app does not alread
8787
- SecurityIdentitiesSensors.Read.All
8888
- SecurityIdentitiesHealth.Read.All
8989
- SecurityAlert.Read.All
90+
- SecurityIncident.Read.All
9091

9192
Run the following command to connect to Microsoft Graph and consent to the permissions using a Global Administrator account.
9293

src/powershell/public/Get-ZtGraphScope.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
'SecurityIdentitiesSensors.Read.All'
5151
'SecurityIdentitiesHealth.Read.All'
5252
'SecurityAlert.Read.All'
53+
'SecurityIncident.Read.All'
5354
)
5455

5556
$scopes | Sort-Object -Unique

0 commit comments

Comments
 (0)