Skip to content

Commit f89a258

Browse files
authored
Merge pull request #910 from microsoftgraph/permissions-update/2024-12-11
Weekly Permissions sync 2024-12-11
2 parents c4ad740 + 912e9e5 commit f89a258

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
@@ -8158,6 +8158,16 @@
81588158
"resourceAppId": ""
81598159
}
81608160
],
8161+
"PeopleInferred.Read": [
8162+
{
8163+
"id": "",
8164+
"scheme": "DelegatedWork",
8165+
"environment": "public",
8166+
"isHidden": true,
8167+
"isEnabled": false,
8168+
"resourceAppId": "8c22b648-ee54-4ece-a4ca-3015b6d24f8e"
8169+
}
8170+
],
81618171
"PeopleSettings.Read.All": [
81628172
{
81638173
"id": "ec762c5f-388b-4b16-8693-ac1efbc611bc",
@@ -10893,6 +10903,22 @@
1089310903
"id": "b4146a3a-dd4f-4af4-8d91-7cc0eef3d041"
1089410904
}
1089510905
],
10906+
"SecurityIdentitiesUsers.Read.All": [
10907+
{
10908+
"scheme": "DelegatedWork",
10909+
"environment": "public",
10910+
"isHidden": true,
10911+
"isEnabled": true,
10912+
"resourceAppId": "8ee8fdad-f234-4243-8f3b-15c294843740"
10913+
},
10914+
{
10915+
"scheme": "Application",
10916+
"environment": "public",
10917+
"isHidden": true,
10918+
"isEnabled": true,
10919+
"resourceAppId": "8ee8fdad-f234-4243-8f3b-15c294843740"
10920+
}
10921+
],
1089610922
"SecurityIncident.Read.All": [
1089710923
{
1089810924
"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
}
@@ -25633,21 +25637,17 @@
2563325637
}
2563425638
}
2563525639
],
25636-
"ownerInfo": {}
25640+
"ownerInfo": {
25641+
"ownerSecurityGroup": "learnidcengineers"
25642+
}
2563725643
},
2563825644
"LearningAssignedCourse.Read.All": {
2563925645
"schemes": {
25640-
"DelegatedWork": {
25641-
"adminDisplayName": "",
25642-
"adminDescription": "",
25643-
"userDisplayName": "",
25644-
"userDescription": "",
25645-
"requiresAdminConsent": false
25646-
},
2564725646
"Application": {
2564825647
"adminDisplayName": "Read all assignments",
2564925648
"adminDescription": "Allows the app to read data for all assignments in the organization's directory, without a signed-in user.",
25650-
"requiresAdminConsent": true
25649+
"requiresAdminConsent": true,
25650+
"privilegeLevel": 4
2565125651
}
2565225652
},
2565325653
"pathSets": [
@@ -25660,32 +25660,23 @@
2566025660
],
2566125661
"paths": {
2566225662
"/employeeexperience/learningcourseactivities/{id}": "least=Application",
25663+
"/employeeexperience/learningproviders/{id}/learningcourseactivities": "least=Application",
2566325664
"/employeeexperience/learningproviders/{id}/learningcourseactivities(externalcourseactivityid={value})": "least=Application",
25664-
"/me/employeeexperience/learningcourseactivities/{id}": "least=Application",
2566525665
"/users/{id}/employeeexperience/learningcourseactivities/{id}": "least=Application"
2566625666
}
25667-
},
25668-
{
25669-
"schemeKeys": [
25670-
"DelegatedWork"
25671-
],
25672-
"methods": [
25673-
"GET"
25674-
],
25675-
"paths": {
25676-
"/me/employeeexperience/learningcourseactivities": "least=DelegatedWork",
25677-
"/users/{id}/employeeexperience/learningcourseactivities": "least=DelegatedWork"
25678-
}
2567925667
}
2568025668
],
25681-
"ownerInfo": {}
25669+
"ownerInfo": {
25670+
"ownerSecurityGroup": "learnidcengineers"
25671+
}
2568225672
},
2568325673
"LearningAssignedCourse.ReadWrite.All": {
2568425674
"schemes": {
2568525675
"Application": {
2568625676
"adminDisplayName": "Read and write all assignments",
2568725677
"adminDescription": "Allows the app to create, update, read and delete all assignments in the organization's directory, without a signed-in user.",
25688-
"requiresAdminConsent": true
25678+
"requiresAdminConsent": true,
25679+
"privilegeLevel": 4
2568925680
}
2569025681
},
2569125682
"pathSets": [
@@ -25697,7 +25688,8 @@
2569725688
"PATCH"
2569825689
],
2569925690
"paths": {
25700-
"/employeeexperience/learningcourseactivities/{id}": "least=Application"
25691+
"/employeeexperience/learningcourseactivities/{id}": "least=Application",
25692+
"/employeeexperience/learningproviders/{id}/learningcourseactivities/{id}": "least=Application"
2570125693
}
2570225694
},
2570325695
{
@@ -25711,6 +25703,18 @@
2571125703
"/employeeexperience/learningproviders/{id}/learningcourseactivities": "least=Application"
2571225704
}
2571325705
},
25706+
{
25707+
"schemeKeys": [
25708+
"Application"
25709+
],
25710+
"methods": [
25711+
"GET"
25712+
],
25713+
"paths": {
25714+
"/employeeExperience/learningCourseActivities/{Id}": "least=Application",
25715+
"/employeeexperience/learningproviders/{id}/learningcourseactivities": "least=Application"
25716+
}
25717+
},
2571425718
{
2571525719
"schemeKeys": [
2571625720
"Application"
@@ -25723,7 +25727,9 @@
2572325727
}
2572425728
}
2572525729
],
25726-
"ownerInfo": {}
25730+
"ownerInfo": {
25731+
"ownerSecurityGroup": "learnidcengineers"
25732+
}
2572725733
},
2572825734
"LearningContent.Read.All": {
2572925735
"schemes": {
@@ -25907,17 +25913,12 @@
2590725913
}
2590825914
}
2590925915
],
25910-
"ownerInfo": {}
25916+
"ownerInfo": {
25917+
"ownerSecurityGroup": "learnidcengineers"
25918+
}
2591125919
},
2591225920
"LearningSelfInitiatedCourse.Read.All": {
2591325921
"schemes": {
25914-
"DelegatedWork": {
25915-
"adminDisplayName": "",
25916-
"adminDescription": "",
25917-
"userDisplayName": "",
25918-
"userDescription": "",
25919-
"requiresAdminConsent": false
25920-
},
2592125922
"Application": {
2592225923
"adminDisplayName": "Read all self-initiated courses",
2592325924
"adminDescription": "Allows the app to read data for all self-initiated courses in the organization's directory, without a signed-in user.",
@@ -25934,32 +25935,23 @@
2593425935
],
2593525936
"paths": {
2593625937
"/employeeexperience/learningcourseactivities/{id}": "",
25938+
"/employeeexperience/learningproviders/{id}/learningcourseactivities": "",
2593725939
"/employeeexperience/learningproviders/{id}/learningcourseactivities(externalcourseactivityid={value})": "",
25938-
"/me/employeeexperience/learningcourseactivities/{id}": "",
2593925940
"/users/{id}/employeeexperience/learningcourseactivities/{id}": ""
2594025941
}
25941-
},
25942-
{
25943-
"schemeKeys": [
25944-
"DelegatedWork"
25945-
],
25946-
"methods": [
25947-
"GET"
25948-
],
25949-
"paths": {
25950-
"/me/employeeexperience/learningcourseactivities": "",
25951-
"/users/{id}/employeeexperience/learningcourseactivities": ""
25952-
}
2595325942
}
2595425943
],
25955-
"ownerInfo": {}
25944+
"ownerInfo": {
25945+
"ownerSecurityGroup": "learnidcengineers"
25946+
}
2595625947
},
2595725948
"LearningSelfInitiatedCourse.ReadWrite.All": {
2595825949
"schemes": {
2595925950
"Application": {
2596025951
"adminDisplayName": "Read and write all self-initiated courses",
2596125952
"adminDescription": "Allows the app to create, update, read and delete all self-initiated courses in the organization's directory, without a signed-in user.",
25962-
"requiresAdminConsent": true
25953+
"requiresAdminConsent": true,
25954+
"privilegeLevel": 4
2596325955
}
2596425956
},
2596525957
"pathSets": [
@@ -25971,7 +25963,8 @@
2597125963
"PATCH"
2597225964
],
2597325965
"paths": {
25974-
"/employeeexperience/learningcourseactivities/{id}": ""
25966+
"/employeeexperience/learningcourseactivities/{id}": "",
25967+
"/employeeexperience/learningproviders/{id}/learningcourseactivities/{id}": ""
2597525968
}
2597625969
},
2597725970
{
@@ -25985,6 +25978,19 @@
2598525978
"/employeeexperience/learningproviders/{id}/learningcourseactivities": ""
2598625979
}
2598725980
},
25981+
{
25982+
"schemeKeys": [
25983+
"Application"
25984+
],
25985+
"methods": [
25986+
"GET"
25987+
],
25988+
"paths": {
25989+
"/employeeExperience/learningCourseActivities/{Id}": "",
25990+
"/employeeexperience/learningproviders/{id}/learningcourseactivities": "",
25991+
"/users/{user-id}/employeeExperience/learningCourseActivities/{id}": ""
25992+
}
25993+
},
2598825994
{
2598925995
"schemeKeys": [
2599025996
"Application"
@@ -25997,7 +26003,9 @@
2599726003
}
2599826004
}
2599926005
],
26000-
"ownerInfo": {}
26006+
"ownerInfo": {
26007+
"ownerSecurityGroup": "learnidcengineers"
26008+
}
2600126009
},
2600226010
"LicenseAssignment.Read.All": {
2600326011
"schemes": {

0 commit comments

Comments
 (0)