Skip to content

Commit

Permalink
Weekly Permissions sync 2023-12-20
Browse files Browse the repository at this point in the history
  • Loading branch information
marabooy committed Dec 20, 2023
1 parent 32a13c8 commit 1eff147
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions permissions/new/permissions.json
Original file line number Diff line number Diff line change
Expand Up @@ -6290,6 +6290,42 @@
"ownerSecurityGroup": "TeamsPermissions"
}
},
"CloudApp-Discovery.Read.All": {
"schemes": {
"DelegatedWork": {
"adminDisplayName": "Read discovered cloud applications data",
"adminDescription": "Allows the app to read details of discovered cloud apps in the organization, on behalf of the signed in user.",
"userDisplayName": "Read discovered cloud application data",
"userDescription": "Allows the app to read details of discovered cloud apps in the organization, on your behalf.",
"requiresAdminConsent": false,
"privilegeLevel": 4
},
"Application": {
"adminDisplayName": "Read all discovered cloud applications data",
"adminDescription": "Allows the app to read all details of discovered cloud apps in the organization, without a signed-in user.",
"requiresAdminConsent": false,
"privilegeLevel": 4
}
},
"pathSets": [
{
"schemeKeys": [
"DelegatedWork",
"Application"
],
"methods": [
"GET"
],
"paths": {
"/security/dataDiscovery/cloudAppDiscovery/uploadedStreams": "least=DelegatedWork,Application",
"/security/dataDiscovery/cloudAppDiscovery/uploadedStreams/{id}/aggregatedAppsDetails": "least=DelegatedWork,Application"
}
}
],
"ownerInfo": {
"ownerSecurityGroup": "mdagraphapiredmond"
}
},
"CloudPC.Read.All": {
"schemes": {
"DelegatedWork": {
Expand Down

0 comments on commit 1eff147

Please sign in to comment.