Skip to content
Merged
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
28 changes: 16 additions & 12 deletions permissions/new/permissions.json
Original file line number Diff line number Diff line change
Expand Up @@ -8269,6 +8269,7 @@
"/devicemanagement/virtualendpoint/cloudpcs/{id}": "least=DelegatedWork,Application",
"/devicemanagement/virtualendpoint/cloudpcs/{id}/getcloudpcconnectivityhistory": "least=DelegatedWork,Application",
"/devicemanagement/virtualendpoint/cloudpcs/{id}/getCloudPcLaunchInfo": "least=DelegatedWork,Application",
"/devicemanagement/virtualendpoint/cloudpcs/retrievecloudpccountbystatus": "least=DelegatedWork,Application",
"/devicemanagement/virtualendpoint/deviceimages": "least=DelegatedWork,Application",
"/devicemanagement/virtualendpoint/deviceimages/{id}": "least=DelegatedWork,Application",
"/devicemanagement/virtualendpoint/deviceimages/getsourceimages": "least=DelegatedWork,Application",
Expand Down Expand Up @@ -8412,6 +8413,7 @@
"/devicemanagement/virtualendpoint/cloudpcs/{id}": "",
"/devicemanagement/virtualendpoint/cloudpcs/{id}/getcloudpcconnectivityhistory": "",
"/devicemanagement/virtualendpoint/cloudpcs/{id}/getCloudPcLaunchInfo": "",
"/devicemanagement/virtualendpoint/cloudpcs/retrievecloudpccountbystatus": "",
"/devicemanagement/virtualendpoint/deviceimages/getsourceimages": "",
"/devicemanagement/virtualendpoint/galleryimages": "",
"/devicemanagement/virtualendpoint/galleryimages/{id}": "",
Expand Down Expand Up @@ -18549,8 +18551,8 @@
"authorizationType": "oAuth2",
"schemes": {
"Application": {
"adminDisplayName": "Read all tenant reading assignments submissions data",
"adminDescription": "Allows the app to read all tenant users reading assignments submissions data without a signed-in user.",
"adminDisplayName": "Read all tenant reading assignments, speaker assignments, and Reading Coach passages data.",
"adminDescription": "Allows the app to read all tenant users reading assignments, speaker assignments, and Reading Coach passages data without a signed-in user.",
"requiresAdminConsent": true,
"privilegeLevel": 4
}
Expand All @@ -18564,8 +18566,9 @@
"GET"
],
"paths": {
"/education/reports/readingAssignmentSubmissions": "least=Application",
"/education/reports/speakerAssignmentSubmissions": "least=Application"
"/education/reports/readingAssignmentSubmissions": "",
"/education/reports/readingCoachPassages": "",
"/education/reports/speakerAssignmentSubmissions": ""
}
}
],
Expand All @@ -18577,10 +18580,10 @@
"authorizationType": "oAuth2",
"schemes": {
"Application": {
"adminDisplayName": "Read all tenant reading assignments submissions data",
"adminDescription": "Allows the app to read all tenant users reading assignments submissions data (excludes student-identifying information) without a signed-in user.",
"adminDisplayName": "Read all tenant reading assignments, speaker assignments, and Reading Coach passages data.",
"adminDescription": "Allows the app to read all tenant users reading assignments, speaker assignments, and Reading Coach passages data (excludes student-identifying information) without a signed-in user.",
"requiresAdminConsent": true,
"privilegeLevel": 4
"privilegeLevel": 3
}
},
"pathSets": [
Expand All @@ -18592,8 +18595,9 @@
"GET"
],
"paths": {
"/education/reports/readingAssignmentSubmissions": "",
"/education/reports/speakerAssignmentSubmissions": ""
"/education/reports/readingAssignmentSubmissions": "least=Application",
"/education/reports/readingCoachPassages": "least=Application",
"/education/reports/speakerAssignmentSubmissions": "least=Application"
}
}
],
Expand All @@ -18620,7 +18624,7 @@
"GET"
],
"paths": {
"/education/reports/reflectCheckInResponses": "least=Application"
"/education/reports/reflectCheckInResponses": ""
}
}
],
Expand All @@ -18635,7 +18639,7 @@
"adminDisplayName": "Read all tenant reflect check-ins submissions data",
"adminDescription": "Allows the app to read all tenant users reflect check-ins submissions data (excludes responder-identifying information) without a signed-in user.",
"requiresAdminConsent": true,
"privilegeLevel": 4
"privilegeLevel": 3
}
},
"pathSets": [
Expand All @@ -18647,7 +18651,7 @@
"GET"
],
"paths": {
"/education/reports/reflectCheckInResponses": ""
"/education/reports/reflectCheckInResponses": "least=Application"
}
}
],
Expand Down
Loading