Skip to content

Commit

Permalink
Merge pull request #952 from microsoftgraph/permissions-update/2025-0…
Browse files Browse the repository at this point in the history
…1-10

Weekly Permissions sync 2025-01-10
  • Loading branch information
andrueastman authored Jan 10, 2025
2 parents 7e5ae29 + 71fb121 commit 288d3d2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 213 deletions.
40 changes: 0 additions & 40 deletions permissions/new/ProvisioningInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -4291,46 +4291,6 @@
"resourceAppId": ""
}
],
"EduAdministration.Read": [
{
"id": "8523895c-6081-45bf-8a5d-f062a2f12c9f",
"scheme": "DelegatedWork",
"environment": "public",
"isHidden": false,
"isEnabled": true,
"resourceAppId": ""
}
],
"EduAdministration.Read.All": [
{
"id": "7c9db06a-ec2d-4e7b-a592-5a1e30992566",
"scheme": "Application",
"environment": "public",
"isHidden": false,
"isEnabled": true,
"resourceAppId": ""
}
],
"EduAdministration.ReadWrite": [
{
"id": "63589852-04e3-46b4-bae9-15d5b1050748",
"scheme": "DelegatedWork",
"environment": "public",
"isHidden": false,
"isEnabled": true,
"resourceAppId": ""
}
],
"EduAdministration.ReadWrite.All": [
{
"id": "9bc431c3-b8bc-4a8d-a219-40f10f92eff6",
"scheme": "Application",
"environment": "public",
"isHidden": false,
"isEnabled": true,
"resourceAppId": ""
}
],
"EduAssignments.Read": [
{
"id": "091460c9-9c4a-49b2-81ef-1f3d852acce2",
Expand Down
173 changes: 0 additions & 173 deletions permissions/new/permissions.json
Original file line number Diff line number Diff line change
Expand Up @@ -17275,179 +17275,6 @@
"ownerSecurityGroup": "DNRMsGraphSchemaAdmi"
}
},
"EduAdministration.Read": {
"schemes": {
"DelegatedWork": {
"adminDisplayName": "Read education app settings",
"adminDescription": "Read the state and settings of all Microsoft education apps on behalf of the user.",
"userDisplayName": "View your education app settings",
"userDescription": "Allows the app to view the state and settings of all Microsoft education apps on your behalf.",
"requiresAdminConsent": true,
"privilegeLevel": 3
}
},
"pathSets": [
{
"schemeKeys": [
"DelegatedWork"
],
"methods": [
"GET"
],
"paths": {
"/education/synchronizationprofiles": "least=DelegatedWork",
"/education/synchronizationprofiles/{id}": "least=DelegatedWork",
"/education/synchronizationprofiles/{id}/errors": "least=DelegatedWork",
"/education/synchronizationprofiles/{id}/profilestatus": "least=DelegatedWork"
}
}
],
"ownerInfo": {
"ownerSecurityGroup": "eduapipreauth"
}
},
"EduAdministration.Read.All": {
"schemes": {
"Application": {
"adminDisplayName": "Read Education app settings",
"adminDescription": "Read the state and settings of all Microsoft education apps.",
"requiresAdminConsent": true,
"privilegeLevel": 4
}
},
"pathSets": [
{
"schemeKeys": [
"Application"
],
"methods": [
"GET"
],
"paths": {
"/education/synchronizationprofiles": "least=Application",
"/education/synchronizationprofiles/{id}": "least=Application",
"/education/synchronizationprofiles/{id}/errors": "least=Application",
"/education/synchronizationprofiles/{id}/profilestatus": "least=Application"
}
}
],
"ownerInfo": {
"ownerSecurityGroup": "eduapipreauth"
}
},
"EduAdministration.ReadWrite": {
"schemes": {
"DelegatedWork": {
"adminDisplayName": "Manage education app settings",
"adminDescription": "Manage the state and settings of all Microsoft education apps on behalf of the user.",
"userDisplayName": "Manage your education app settings",
"userDescription": "Allows the app to manage the state and settings of all Microsoft education apps on your behalf.",
"requiresAdminConsent": true,
"privilegeLevel": 4
}
},
"pathSets": [
{
"schemeKeys": [
"DelegatedWork"
],
"methods": [
"GET",
"POST",
"PUT"
],
"paths": {
"/education/synchronizationprofiles": "least=DelegatedWork"
}
},
{
"schemeKeys": [
"DelegatedWork"
],
"methods": [
"DELETE",
"GET"
],
"paths": {
"/education/synchronizationprofiles/{id}": "least=DelegatedWork"
}
},
{
"schemeKeys": [
"DelegatedWork"
],
"methods": [
"GET"
],
"paths": {
"/education/synchronizationprofiles/{id}/errors": "",
"/education/synchronizationprofiles/{id}/profilestatus": "",
"/education/synchronizationprofiles/{id}/uploadurl": "least=DelegatedWork"
}
},
{
"schemeKeys": [
"DelegatedWork"
],
"methods": [
"POST"
],
"paths": {
"/education/synchronizationprofiles/{id}/pause": "least=DelegatedWork",
"/education/synchronizationprofiles/{id}/reset": "least=DelegatedWork",
"/education/synchronizationprofiles/{id}/resume": "least=DelegatedWork",
"/education/synchronizationprofiles/{id}/start": "least=DelegatedWork"
}
}
],
"ownerInfo": {
"ownerSecurityGroup": "eduapipreauth"
}
},
"EduAdministration.ReadWrite.All": {
"schemes": {
"Application": {
"adminDisplayName": "Manage education app settings",
"adminDescription": "Manage the state and settings of all Microsoft education apps.",
"requiresAdminConsent": true,
"privilegeLevel": 4
}
},
"pathSets": [
{
"schemeKeys": [
"Application"
],
"methods": [
"GET"
],
"paths": {
"/education/synchronizationprofiles": "",
"/education/synchronizationprofiles/{id}": "",
"/education/synchronizationprofiles/{id}/errors": "",
"/education/synchronizationprofiles/{id}/profilestatus": "",
"/education/synchronizationprofiles/{id}/uploadurl": "least=Application"
}
},
{
"schemeKeys": [
"Application"
],
"methods": [
"POST"
],
"paths": {
"/education/synchronizationprofiles/{id}/pause": "least=Application",
"/education/synchronizationprofiles/{id}/reset": "least=Application",
"/education/synchronizationprofiles/{id}/resume": "least=Application",
"/education/synchronizationprofiles/{id}/start": "least=Application"
}
}
],
"ownerInfo": {
"ownerSecurityGroup": "eduapipreauth"
}
},
"EduAssignments.Read": {
"schemes": {
"DelegatedWork": {
Expand Down

0 comments on commit 288d3d2

Please sign in to comment.