Skip to content

Commit becd7fd

Browse files
committed
Weekly Permissions sync 2025-02-11
1 parent 7a546fd commit becd7fd

File tree

2 files changed

+44
-34
lines changed

2 files changed

+44
-34
lines changed

permissions/new/ProvisioningInfo.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14361,6 +14361,13 @@
1436114361
"isHidden": false,
1436214362
"isEnabled": true,
1436314363
"resourceAppId": ""
14364+
},
14365+
{
14366+
"scheme": "Application",
14367+
"environment": "public",
14368+
"isHidden": true,
14369+
"isEnabled": false,
14370+
"resourceAppId": ""
1436414371
}
1436514372
],
1436614373
"WorkforceIntegration.ReadWrite.All": [

permissions/new/permissions.json

Lines changed: 37 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -16256,6 +16256,7 @@
1625616256
"GET"
1625716257
],
1625816258
"paths": {
16259+
"/directory/recommendationConfiguration": "least=DelegatedWork,Application",
1625916260
"/directory/recommendations": "least=DelegatedWork,Application",
1626016261
"/directory/recommendations/{id}": "least=DelegatedWork,Application",
1626116262
"/directory/recommendations/{id}/impactedresources": "least=DelegatedWork,Application",
@@ -16318,6 +16319,18 @@
1631816319
"/directory/recommendations/{id}/postpone": "least=DelegatedWork,Application",
1631916320
"/directory/recommendations/{id}/reactivate": "least=DelegatedWork,Application"
1632016321
}
16322+
},
16323+
{
16324+
"schemeKeys": [
16325+
"DelegatedWork",
16326+
"Application"
16327+
],
16328+
"methods": [
16329+
"PATCH"
16330+
],
16331+
"paths": {
16332+
"/directory/recommendationConfiguration": "least=DelegatedWork,Application"
16333+
}
1632116334
}
1632216335
],
1632316336
"ownerInfo": {
@@ -36921,6 +36934,7 @@
3692136934
"/teams/{id}/schedule/swapshiftschangerequests": "least=DelegatedWork,Application",
3692236935
"/teams/{id}/schedule/timecards": "least=DelegatedWork,Application",
3692336936
"/teams/{id}/schedule/timeoffreasons": "least=DelegatedWork,Application",
36937+
"/teams/{id}/schedule/timeoffrequests": "least=DelegatedWork,Application",
3692436938
"/teams/{id}/schedule/timesoff": "least=DelegatedWork,Application"
3692536939
}
3692636940
},
@@ -36937,7 +36951,6 @@
3693736951
"/teams/{id}/schedule/openshiftchangerequests/{id}": "",
3693836952
"/teams/{id}/schedule/shiftsRoleDefinitions": "",
3693936953
"/teams/{id}/schedule/shiftsRoleDefinitions/{id}": "",
36940-
"/teams/{id}/schedule/timeoffrequests": "",
3694136954
"/users/{id}/joinedTeams/getOpenShifts": "",
3694236955
"/users/{id}/joinedTeams/getShifts": "",
3694336956
"/users/{id}/joinedTeams/getTimesOff": ""
@@ -37010,8 +37023,15 @@
3701037023
"PATCH"
3701137024
],
3701237025
"paths": {
37026+
"/teams/{id}/schedule/daynotes": "least=DelegatedWork,Application",
37027+
"/teams/{id}/schedule/openshifts": "least=DelegatedWork,Application",
37028+
"/teams/{id}/schedule/schedulinggroups": "least=DelegatedWork,Application",
37029+
"/teams/{id}/schedule/shifts": "least=DelegatedWork,Application",
3701337030
"/teams/{id}/schedule/shiftsRoleDefinitions": "least=DelegatedWork,Application",
37014-
"/teams/{id}/schedule/shiftsRoleDefinitions/{id}": "least=DelegatedWork,Application"
37031+
"/teams/{id}/schedule/shiftsRoleDefinitions/{id}": "least=DelegatedWork,Application",
37032+
"/teams/{id}/schedule/timecards": "least=DelegatedWork,Application",
37033+
"/teams/{id}/schedule/timeoffreasons": "least=DelegatedWork,Application",
37034+
"/teams/{id}/schedule/timesoff": "least=DelegatedWork,Application"
3701537035
}
3701637036
}
3701737037
],
@@ -49640,33 +49660,6 @@
4964049660
"ownerSecurityGroup": "csiaadaccess"
4964149661
}
4964249662
},
49643-
"WorkforceIntegration.Read.All": {
49644-
"schemes": {
49645-
"DelegatedWork": {
49646-
"adminDisplayName": "Read workforce integrations",
49647-
"adminDescription": "Allows the app to read workforce integrations, to synchronize data from Microsoft Teams Shifts, on behalf of the signed-in user.",
49648-
"userDisplayName": "Read workforce integrations",
49649-
"userDescription": "Allows the app to read workforce integrations, to synchronize data from Microsoft Teams Shifts, on your behalf.",
49650-
"requiresAdminConsent": true,
49651-
"privilegeLevel": 3
49652-
}
49653-
},
49654-
"pathSets": [
49655-
{
49656-
"schemeKeys": [
49657-
"DelegatedWork"
49658-
],
49659-
"methods": [
49660-
"GET"
49661-
],
49662-
"paths": {
49663-
"/teamwork/workforceintegrations": "least=DelegatedWork",
49664-
"/teamwork/workforceintegrations/{id}": "least=DelegatedWork"
49665-
}
49666-
}
49667-
],
49668-
"ownerInfo": {}
49669-
},
4967049663
"WorkforceIntegration.ReadWrite.All": {
4967149664
"schemes": {
4967249665
"DelegatedWork": {
@@ -49676,36 +49669,46 @@
4967649669
"userDescription": "Allows the app to manage workforce integrations, to synchronize data from Microsoft Teams Shifts, on your behalf.",
4967749670
"requiresAdminConsent": true,
4967849671
"privilegeLevel": 3
49672+
},
49673+
"Application": {
49674+
"adminDisplayName": "Read and write all workforce integrations",
49675+
"adminDescription": "Allows the app to manage workforce integrations without a signed-in user.",
49676+
"requiresAdminConsent": true,
49677+
"privilegeLevel": 3
4967949678
}
4968049679
},
4968149680
"pathSets": [
4968249681
{
4968349682
"schemeKeys": [
49684-
"DelegatedWork"
49683+
"DelegatedWork",
49684+
"Application"
4968549685
],
4968649686
"methods": [
4968749687
"GET",
4968849688
"POST"
4968949689
],
4969049690
"paths": {
49691-
"/teamwork/workforceintegrations": "least=DelegatedWork"
49691+
"/teamwork/workforceintegrations": "least=DelegatedWork,Application"
4969249692
}
4969349693
},
4969449694
{
4969549695
"schemeKeys": [
49696-
"DelegatedWork"
49696+
"DelegatedWork",
49697+
"Application"
4969749698
],
4969849699
"methods": [
4969949700
"DELETE",
4970049701
"GET",
4970149702
"PATCH"
4970249703
],
4970349704
"paths": {
49704-
"/teamwork/workforceintegrations/{id}": "least=DelegatedWork"
49705+
"/teamwork/workforceintegrations/{id}": "least=DelegatedWork,Application"
4970549706
}
4970649707
}
4970749708
],
49708-
"ownerInfo": {}
49709+
"ownerInfo": {
49710+
"ownerSecurityGroup": "shifts-service-sg"
49711+
}
4970949712
}
4971049713
}
4971149714
}

0 commit comments

Comments
 (0)