Skip to content

Commit 3defaa5

Browse files
authored
Weekly Permissions sync 2026-06-30 (#1570)
1 parent ac61abc commit 3defaa5

2 files changed

Lines changed: 38 additions & 2 deletions

File tree

permissions/new/permissions.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45675,6 +45675,42 @@
4567545675
"ownerSecurityGroup": "secgraphschema"
4567645676
}
4567745677
},
45678+
"SecurityAlert.Create.All": {
45679+
"authorizationType": "oAuth2",
45680+
"schemes": {
45681+
"DelegatedWork": {
45682+
"adminDisplayName": "Create security alerts",
45683+
"adminDescription": "Allows the app to create security alerts in Microsoft 365 Defender, on behalf of the signed-in user.",
45684+
"userDisplayName": "Create security alerts",
45685+
"userDescription": "Allows the app to create security alerts on your behalf.",
45686+
"requiresAdminConsent": true,
45687+
"privilegeLevel": 3
45688+
},
45689+
"Application": {
45690+
"adminDisplayName": "Create security alerts without a signed-in user",
45691+
"adminDescription": "Allows the app to create security alerts in Microsoft 365 Defender, without a signed-in user.",
45692+
"requiresAdminConsent": true,
45693+
"privilegeLevel": 4
45694+
}
45695+
},
45696+
"pathSets": [
45697+
{
45698+
"schemeKeys": [
45699+
"DelegatedWork",
45700+
"Application"
45701+
],
45702+
"methods": [
45703+
"POST"
45704+
],
45705+
"paths": {
45706+
"/security/alerts_v2": "least=DelegatedWork,Application"
45707+
}
45708+
}
45709+
],
45710+
"ownerInfo": {
45711+
"ownerSecurityGroup": "ThreatAPIApprovers"
45712+
}
45713+
},
4567845714
"SecurityAlert.Read.All": {
4567945715
"authorizationType": "oAuth2",
4568045716
"schemes": {

permissions/new/provisioningInfo.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14288,15 +14288,15 @@
1428814288
"id": "",
1428914289
"scheme": "DelegatedWork",
1429014290
"environment": "public",
14291-
"isHidden": true,
14291+
"isHidden": false,
1429214292
"isEnabled": true,
1429314293
"resourceAppId": "fc780465-2017-40d4-a0c5-307022471b92"
1429414294
},
1429514295
{
1429614296
"id": "",
1429714297
"scheme": "Application",
1429814298
"environment": "public",
14299-
"isHidden": true,
14299+
"isHidden": false,
1430014300
"isEnabled": true,
1430114301
"resourceAppId": "fc780465-2017-40d4-a0c5-307022471b92"
1430214302
}

0 commit comments

Comments
 (0)