Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
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
132 changes: 129 additions & 3 deletions permissions/new/permissions.json
Original file line number Diff line number Diff line change
Expand Up @@ -5705,7 +5705,6 @@
"/me/calendars/delta": "",
"/me/calendarview/delta": "",
"/me/events/delta": "",
"/places/{id}/checkIns/{calendarEventId}": "least=DelegatedWork,Application,DelegatedPersonal",
"/users/{id}/calendar/calendarview": "",
"/users/{id}/calendar/events/delta": "",
"/users/{id}/calendargroups/{id}/calendars/{id}/calendarview": "",
Expand All @@ -5721,6 +5720,17 @@
"/users/{id}/reminderview(startdatetime={value},enddatetime={value})": ""
}
},
{
"schemeKeys": [
"DelegatedWork"
],
"methods": [
"GET"
],
"paths": {
"/places/{id}/checkIns/{calendarEventId}": "least=DelegatedWork"
}
},
{
"schemeKeys": [
"DelegatedWork"
Expand Down Expand Up @@ -5773,11 +5783,21 @@
"paths": {
"/me/calendar/getschedule": "",
"/me/calendar/permanentDelete": "least=DelegatedWork,Application",
"/places/{id}/checkIns": "least=DelegatedWork,Application",
"/users/{id}/calendar/getschedule": "",
"/users/{id}/calendar/permanentDelete": "least=DelegatedWork,Application"
}
},
{
"schemeKeys": [
"DelegatedWork"
],
"methods": [
"POST"
],
"paths": {
"/places/{id}/checkIns": "least=DelegatedWork"
}
},
{
"schemeKeys": [
"DelegatedWork"
Expand Down Expand Up @@ -9017,7 +9037,6 @@
"POST"
],
"paths": {
"/devicemanagement/virtualendpoint/deviceimages": "least=DelegatedWork,Application",
"/devicemanagement/virtualendpoint/externalpartnersettings": "least=DelegatedWork,Application",
"/devicemanagement/virtualendpoint/provisioningpolicies": "least=DelegatedWork,Application",
"/devicemanagement/virtualendpoint/settingprofiles": "least=DelegatedWork,Application",
Expand Down Expand Up @@ -9178,6 +9197,7 @@
"POST"
],
"paths": {
"/devicemanagement/virtualendpoint/deviceimages": "least=DelegatedWork,Application",
"/rolemanagement/cloudpc/roleassignments": "least=DelegatedWork,Application",
"/rolemanagement/devicemanagement/roleassignments": "least=DelegatedWork,Application"
}
Expand Down Expand Up @@ -29501,6 +29521,52 @@
"ownerSecurityGroup": "stisaprvc"
}
},
"MailboxConfigItem.Read": {
"authorizationType": "oAuth2",
"schemes": {
"DelegatedWork": {
"adminDisplayName": "Read user's UserConfiguration objects",
"adminDescription": "Allows the app to read user's UserConfiguration objects, on behalf of the the signed-in user.",
Copy link

Copilot AI Nov 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Duplicate word "the the" should be "the" - this appears in the adminDescription.

Copilot uses AI. Check for mistakes.
"userDisplayName": "Read your UserConfiguration objects",
"userDescription": "Allows the app to read your UserConfiguration objects.",
"requiresAdminConsent": false,
"privilegeLevel": 2
},
"DelegatedPersonal": {
"adminDisplayName": "Read user's UserConfiguration objects",
"adminDescription": "Allows the app to read user's UserConfiguration objects, on behalf of the the signed-in user.",
Copy link

Copilot AI Nov 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Duplicate word "the the" should be "the" - this appears in the adminDescription.

Copilot uses AI. Check for mistakes.
"userDisplayName": "Read your UserConfiguration objects",
"userDescription": "Allows the app to read your UserConfiguration objects.",
"requiresAdminConsent": false,
"privilegeLevel": 2
},
"Application": {
"adminDisplayName": "Read all users' UserConfiguration objects",
"adminDescription": "Allows the app to read all users' UserConfiguration objects.",
"requiresAdminConsent": true,
"privilegeLevel": 4
}
},
"pathSets": [
{
"schemeKeys": [
"DelegatedWork",
"DelegatedPersonal",
"Application"
],
"methods": [
"GET"
],
"paths": {
"/me/mailFolders/{id}/userConfigurations/{id}": "least=DelegatedWork,DelegatedPersonal,Application",
"/users/{id}/mailFolders/{id}/userConfigurations/{id}": "least=DelegatedWork,DelegatedPersonal,Application"
}
}
],
"ownerInfo": {
"ownerSecurityGroup": "GraphExoSchemaAdmin"
}
},
"MailboxFolder.Read": {
"authorizationType": "oAuth2",
"schemes": {
Expand Down Expand Up @@ -34363,6 +34429,42 @@
"paths": {
"/identity/conditionalaccess/vpnconnectivitycertificates/{thumbprint}": "least=DelegatedWork"
}
},
{
"schemeKeys": [
"DelegatedWork"
],
"methods": [
"GET"
],
"paths": {
"/identity/conditionalaccess/claimProviders": "least=DelegatedWork",
"/identity/conditionalaccess/claimProviders/getControls": "least=DelegatedWork"
}
},
{
"schemeKeys": [
"DelegatedWork"
],
"methods": [
"POST"
],
"paths": {
"/identity/conditionalaccess/claimProviders": "least=DelegatedWork",
"/identity/conditionalaccess/claimProviders/validate": "least=DelegatedWork"
}
},
{
"schemeKeys": [
"DelegatedWork"
],
"methods": [
"DELETE",
"PATCH"
],
"paths": {
"/identity/conditionalaccess/claimProviders/{name}": "least=DelegatedWork"
}
}
],
"ownerInfo": {
Expand Down Expand Up @@ -35540,6 +35642,30 @@
"paths": {
"/identity/conditionalaccess/vpnconnectivitycertificates/{thumbprint}": ""
}
},
{
"schemeKeys": [
"DelegatedWork"
],
"methods": [
"POST"
],
"paths": {
"/identity/conditionalaccess/claimProviders": "",
"/identity/conditionalaccess/claimProviders/validate": ""
}
},
{
"schemeKeys": [
"DelegatedWork"
],
"methods": [
"DELETE",
"PATCH"
],
"paths": {
"/identity/conditionalaccess/claimProviders/{name}": ""
}
}
],
"ownerInfo": {
Expand Down
14 changes: 7 additions & 7 deletions permissions/new/provisioningInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -8142,19 +8142,19 @@
],
"MailboxConfigItem.Read": [
{
"id": "",
"id": "27d9d776-f4d2-426d-80ad-5f22f2b01b0a",
"scheme": "DelegatedWork",
"environment": "public",
"isHidden": true,
"isEnabled": false,
"isHidden": false,
"isEnabled": true,
"resourceAppId": "c999ed3e-27ae-4cb3-b3a2-46b056af63d3"
},
{
"id": "",
"id": "aa6d92d4-b25a-4640-aefe-3e3231e5e736",
"scheme": "Application",
"environment": "public",
"isHidden": true,
"isEnabled": false,
"isHidden": false,
"isEnabled": true,
"resourceAppId": "c999ed3e-27ae-4cb3-b3a2-46b056af63d3"
}
],
Expand Down Expand Up @@ -24434,4 +24434,4 @@
}
]
}
}
}