Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions permissions/new/permissions.json
Original file line number Diff line number Diff line change
Expand Up @@ -45675,6 +45675,42 @@
"ownerSecurityGroup": "secgraphschema"
}
},
"SecurityAlert.Create.All": {
"authorizationType": "oAuth2",
"schemes": {
"DelegatedWork": {
"adminDisplayName": "Create security alerts",
"adminDescription": "Allows the app to create security alerts in Microsoft 365 Defender, on behalf of the signed-in user.",
"userDisplayName": "Create security alerts",
"userDescription": "Allows the app to create security alerts on your behalf.",
"requiresAdminConsent": true,
"privilegeLevel": 3
},
"Application": {
"adminDisplayName": "Create security alerts without a signed-in user",
"adminDescription": "Allows the app to create security alerts in Microsoft 365 Defender, without a signed-in user.",
"requiresAdminConsent": true,
"privilegeLevel": 4
}
},
"pathSets": [
{
"schemeKeys": [
"DelegatedWork",
"Application"
],
"methods": [
"POST"
],
"paths": {
"/security/alerts_v2": "least=DelegatedWork,Application"
}
}
],
"ownerInfo": {
"ownerSecurityGroup": "ThreatAPIApprovers"
}
},
"SecurityAlert.Read.All": {
"authorizationType": "oAuth2",
"schemes": {
Expand Down
4 changes: 2 additions & 2 deletions permissions/new/provisioningInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -14288,15 +14288,15 @@
"id": "",
"scheme": "DelegatedWork",
"environment": "public",
"isHidden": true,
"isHidden": false,
"isEnabled": true,
"resourceAppId": "fc780465-2017-40d4-a0c5-307022471b92"
},
{
"id": "",
"scheme": "Application",
"environment": "public",
"isHidden": true,
"isHidden": false,
"isEnabled": true,
"resourceAppId": "fc780465-2017-40d4-a0c5-307022471b92"
}
Expand Down