Skip to content

Commit 912e9e5

Browse files
committed
Weekly Permissions sync 2024-12-11
1 parent afccd37 commit 912e9e5

File tree

2 files changed

+85
-51
lines changed

2 files changed

+85
-51
lines changed

permissions/new/ProvisioningInfo.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8140,6 +8140,16 @@
81408140
"resourceAppId": ""
81418141
}
81428142
],
8143+
"PeopleInferred.Read": [
8144+
{
8145+
"id": "",
8146+
"scheme": "DelegatedWork",
8147+
"environment": "public",
8148+
"isHidden": true,
8149+
"isEnabled": false,
8150+
"resourceAppId": "8c22b648-ee54-4ece-a4ca-3015b6d24f8e"
8151+
}
8152+
],
81438153
"PeopleSettings.Read.All": [
81448154
{
81458155
"id": "ec762c5f-388b-4b16-8693-ac1efbc611bc",
@@ -10875,6 +10885,22 @@
1087510885
"id": "b4146a3a-dd4f-4af4-8d91-7cc0eef3d041"
1087610886
}
1087710887
],
10888+
"SecurityIdentitiesUsers.Read.All": [
10889+
{
10890+
"scheme": "DelegatedWork",
10891+
"environment": "public",
10892+
"isHidden": true,
10893+
"isEnabled": true,
10894+
"resourceAppId": "8ee8fdad-f234-4243-8f3b-15c294843740"
10895+
},
10896+
{
10897+
"scheme": "Application",
10898+
"environment": "public",
10899+
"isHidden": true,
10900+
"isEnabled": true,
10901+
"resourceAppId": "8ee8fdad-f234-4243-8f3b-15c294843740"
10902+
}
10903+
],
1087810904
"SecurityIncident.Read.All": [
1087910905
{
1088010906
"id": "b9abcc4f-94fc-4457-9141-d20ce80ec952",

permissions/new/permissions.json

Lines changed: 59 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -5562,7 +5562,9 @@
55625562
"/app/calls/{id}/participants/configuremixer": "",
55635563
"/app/calls/{id}/participants/muteall": "least=Application",
55645564
"/app/calls/{id}/startRecording": "least=Application",
5565+
"/app/calls/{id}/startTranscription": "least=Application",
55655566
"/app/calls/{id}/stopRecording": "least=Application",
5567+
"/app/calls/{id}/stopTranscription": "least=Application",
55665568
"/app/calls/{id}/updaterecordingstatus": "",
55675569
"/communications/calls": "",
55685570
"/communications/calls/{id}/addlargegalleryview": "",
@@ -5573,7 +5575,9 @@
55735575
"/communications/calls/{id}/participants/configuremixer": "",
55745576
"/communications/calls/{id}/participants/muteall": "least=Application",
55755577
"/communications/calls/{id}/startRecording": "least=Application",
5578+
"/communications/calls/{id}/startTranscription": "least=Application",
55765579
"/communications/calls/{id}/stopRecording": "least=Application",
5580+
"/communications/calls/{id}/stopTranscription": "least=Application",
55775581
"/communications/calls/{id}/updaterecordingstatus": "",
55785582
"/communications/calls/57dab8b1894c409ab240bd8beae78896/answer": "least=Application"
55795583
}
@@ -25830,21 +25834,17 @@
2583025834
}
2583125835
}
2583225836
],
25833-
"ownerInfo": {}
25837+
"ownerInfo": {
25838+
"ownerSecurityGroup": "learnidcengineers"
25839+
}
2583425840
},
2583525841
"LearningAssignedCourse.Read.All": {
2583625842
"schemes": {
25837-
"DelegatedWork": {
25838-
"adminDisplayName": "",
25839-
"adminDescription": "",
25840-
"userDisplayName": "",
25841-
"userDescription": "",
25842-
"requiresAdminConsent": false
25843-
},
2584425843
"Application": {
2584525844
"adminDisplayName": "Read all assignments",
2584625845
"adminDescription": "Allows the app to read data for all assignments in the organization's directory, without a signed-in user.",
25847-
"requiresAdminConsent": true
25846+
"requiresAdminConsent": true,
25847+
"privilegeLevel": 4
2584825848
}
2584925849
},
2585025850
"pathSets": [
@@ -25857,32 +25857,23 @@
2585725857
],
2585825858
"paths": {
2585925859
"/employeeexperience/learningcourseactivities/{id}": "least=Application",
25860+
"/employeeexperience/learningproviders/{id}/learningcourseactivities": "least=Application",
2586025861
"/employeeexperience/learningproviders/{id}/learningcourseactivities(externalcourseactivityid={value})": "least=Application",
25861-
"/me/employeeexperience/learningcourseactivities/{id}": "least=Application",
2586225862
"/users/{id}/employeeexperience/learningcourseactivities/{id}": "least=Application"
2586325863
}
25864-
},
25865-
{
25866-
"schemeKeys": [
25867-
"DelegatedWork"
25868-
],
25869-
"methods": [
25870-
"GET"
25871-
],
25872-
"paths": {
25873-
"/me/employeeexperience/learningcourseactivities": "least=DelegatedWork",
25874-
"/users/{id}/employeeexperience/learningcourseactivities": "least=DelegatedWork"
25875-
}
2587625864
}
2587725865
],
25878-
"ownerInfo": {}
25866+
"ownerInfo": {
25867+
"ownerSecurityGroup": "learnidcengineers"
25868+
}
2587925869
},
2588025870
"LearningAssignedCourse.ReadWrite.All": {
2588125871
"schemes": {
2588225872
"Application": {
2588325873
"adminDisplayName": "Read and write all assignments",
2588425874
"adminDescription": "Allows the app to create, update, read and delete all assignments in the organization's directory, without a signed-in user.",
25885-
"requiresAdminConsent": true
25875+
"requiresAdminConsent": true,
25876+
"privilegeLevel": 4
2588625877
}
2588725878
},
2588825879
"pathSets": [
@@ -25894,7 +25885,8 @@
2589425885
"PATCH"
2589525886
],
2589625887
"paths": {
25897-
"/employeeexperience/learningcourseactivities/{id}": "least=Application"
25888+
"/employeeexperience/learningcourseactivities/{id}": "least=Application",
25889+
"/employeeexperience/learningproviders/{id}/learningcourseactivities/{id}": "least=Application"
2589825890
}
2589925891
},
2590025892
{
@@ -25908,6 +25900,18 @@
2590825900
"/employeeexperience/learningproviders/{id}/learningcourseactivities": "least=Application"
2590925901
}
2591025902
},
25903+
{
25904+
"schemeKeys": [
25905+
"Application"
25906+
],
25907+
"methods": [
25908+
"GET"
25909+
],
25910+
"paths": {
25911+
"/employeeExperience/learningCourseActivities/{Id}": "least=Application",
25912+
"/employeeexperience/learningproviders/{id}/learningcourseactivities": "least=Application"
25913+
}
25914+
},
2591125915
{
2591225916
"schemeKeys": [
2591325917
"Application"
@@ -25920,7 +25924,9 @@
2592025924
}
2592125925
}
2592225926
],
25923-
"ownerInfo": {}
25927+
"ownerInfo": {
25928+
"ownerSecurityGroup": "learnidcengineers"
25929+
}
2592425930
},
2592525931
"LearningContent.Read.All": {
2592625932
"schemes": {
@@ -26104,17 +26110,12 @@
2610426110
}
2610526111
}
2610626112
],
26107-
"ownerInfo": {}
26113+
"ownerInfo": {
26114+
"ownerSecurityGroup": "learnidcengineers"
26115+
}
2610826116
},
2610926117
"LearningSelfInitiatedCourse.Read.All": {
2611026118
"schemes": {
26111-
"DelegatedWork": {
26112-
"adminDisplayName": "",
26113-
"adminDescription": "",
26114-
"userDisplayName": "",
26115-
"userDescription": "",
26116-
"requiresAdminConsent": false
26117-
},
2611826119
"Application": {
2611926120
"adminDisplayName": "Read all self-initiated courses",
2612026121
"adminDescription": "Allows the app to read data for all self-initiated courses in the organization's directory, without a signed-in user.",
@@ -26131,32 +26132,23 @@
2613126132
],
2613226133
"paths": {
2613326134
"/employeeexperience/learningcourseactivities/{id}": "",
26135+
"/employeeexperience/learningproviders/{id}/learningcourseactivities": "",
2613426136
"/employeeexperience/learningproviders/{id}/learningcourseactivities(externalcourseactivityid={value})": "",
26135-
"/me/employeeexperience/learningcourseactivities/{id}": "",
2613626137
"/users/{id}/employeeexperience/learningcourseactivities/{id}": ""
2613726138
}
26138-
},
26139-
{
26140-
"schemeKeys": [
26141-
"DelegatedWork"
26142-
],
26143-
"methods": [
26144-
"GET"
26145-
],
26146-
"paths": {
26147-
"/me/employeeexperience/learningcourseactivities": "",
26148-
"/users/{id}/employeeexperience/learningcourseactivities": ""
26149-
}
2615026139
}
2615126140
],
26152-
"ownerInfo": {}
26141+
"ownerInfo": {
26142+
"ownerSecurityGroup": "learnidcengineers"
26143+
}
2615326144
},
2615426145
"LearningSelfInitiatedCourse.ReadWrite.All": {
2615526146
"schemes": {
2615626147
"Application": {
2615726148
"adminDisplayName": "Read and write all self-initiated courses",
2615826149
"adminDescription": "Allows the app to create, update, read and delete all self-initiated courses in the organization's directory, without a signed-in user.",
26159-
"requiresAdminConsent": true
26150+
"requiresAdminConsent": true,
26151+
"privilegeLevel": 4
2616026152
}
2616126153
},
2616226154
"pathSets": [
@@ -26168,7 +26160,8 @@
2616826160
"PATCH"
2616926161
],
2617026162
"paths": {
26171-
"/employeeexperience/learningcourseactivities/{id}": ""
26163+
"/employeeexperience/learningcourseactivities/{id}": "",
26164+
"/employeeexperience/learningproviders/{id}/learningcourseactivities/{id}": ""
2617226165
}
2617326166
},
2617426167
{
@@ -26182,6 +26175,19 @@
2618226175
"/employeeexperience/learningproviders/{id}/learningcourseactivities": ""
2618326176
}
2618426177
},
26178+
{
26179+
"schemeKeys": [
26180+
"Application"
26181+
],
26182+
"methods": [
26183+
"GET"
26184+
],
26185+
"paths": {
26186+
"/employeeExperience/learningCourseActivities/{Id}": "",
26187+
"/employeeexperience/learningproviders/{id}/learningcourseactivities": "",
26188+
"/users/{user-id}/employeeExperience/learningCourseActivities/{id}": ""
26189+
}
26190+
},
2618526191
{
2618626192
"schemeKeys": [
2618726193
"Application"
@@ -26194,7 +26200,9 @@
2619426200
}
2619526201
}
2619626202
],
26197-
"ownerInfo": {}
26203+
"ownerInfo": {
26204+
"ownerSecurityGroup": "learnidcengineers"
26205+
}
2619826206
},
2619926207
"LicenseAssignment.Read.All": {
2620026208
"schemes": {

0 commit comments

Comments
 (0)