Skip to content

Commit

Permalink
Merge pull request #910 from microsoftgraph/permissions-update/2024-1…
Browse files Browse the repository at this point in the history
…2-11

Weekly Permissions sync 2024-12-11
  • Loading branch information
andrueastman authored Dec 11, 2024
2 parents c4ad740 + 912e9e5 commit f89a258
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 51 deletions.
26 changes: 26 additions & 0 deletions permissions/new/ProvisioningInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -8158,6 +8158,16 @@
"resourceAppId": ""
}
],
"PeopleInferred.Read": [
{
"id": "",
"scheme": "DelegatedWork",
"environment": "public",
"isHidden": true,
"isEnabled": false,
"resourceAppId": "8c22b648-ee54-4ece-a4ca-3015b6d24f8e"
}
],
"PeopleSettings.Read.All": [
{
"id": "ec762c5f-388b-4b16-8693-ac1efbc611bc",
Expand Down Expand Up @@ -10893,6 +10903,22 @@
"id": "b4146a3a-dd4f-4af4-8d91-7cc0eef3d041"
}
],
"SecurityIdentitiesUsers.Read.All": [
{
"scheme": "DelegatedWork",
"environment": "public",
"isHidden": true,
"isEnabled": true,
"resourceAppId": "8ee8fdad-f234-4243-8f3b-15c294843740"
},
{
"scheme": "Application",
"environment": "public",
"isHidden": true,
"isEnabled": true,
"resourceAppId": "8ee8fdad-f234-4243-8f3b-15c294843740"
}
],
"SecurityIncident.Read.All": [
{
"id": "b9abcc4f-94fc-4457-9141-d20ce80ec952",
Expand Down
110 changes: 59 additions & 51 deletions permissions/new/permissions.json
Original file line number Diff line number Diff line change
Expand Up @@ -5562,7 +5562,9 @@
"/app/calls/{id}/participants/configuremixer": "",
"/app/calls/{id}/participants/muteall": "least=Application",
"/app/calls/{id}/startRecording": "least=Application",
"/app/calls/{id}/startTranscription": "least=Application",
"/app/calls/{id}/stopRecording": "least=Application",
"/app/calls/{id}/stopTranscription": "least=Application",
"/app/calls/{id}/updaterecordingstatus": "",
"/communications/calls": "",
"/communications/calls/{id}/addlargegalleryview": "",
Expand All @@ -5573,7 +5575,9 @@
"/communications/calls/{id}/participants/configuremixer": "",
"/communications/calls/{id}/participants/muteall": "least=Application",
"/communications/calls/{id}/startRecording": "least=Application",
"/communications/calls/{id}/startTranscription": "least=Application",
"/communications/calls/{id}/stopRecording": "least=Application",
"/communications/calls/{id}/stopTranscription": "least=Application",
"/communications/calls/{id}/updaterecordingstatus": "",
"/communications/calls/57dab8b1894c409ab240bd8beae78896/answer": "least=Application"
}
Expand Down Expand Up @@ -25633,21 +25637,17 @@
}
}
],
"ownerInfo": {}
"ownerInfo": {
"ownerSecurityGroup": "learnidcengineers"
}
},
"LearningAssignedCourse.Read.All": {
"schemes": {
"DelegatedWork": {
"adminDisplayName": "",
"adminDescription": "",
"userDisplayName": "",
"userDescription": "",
"requiresAdminConsent": false
},
"Application": {
"adminDisplayName": "Read all assignments",
"adminDescription": "Allows the app to read data for all assignments in the organization's directory, without a signed-in user.",
"requiresAdminConsent": true
"requiresAdminConsent": true,
"privilegeLevel": 4
}
},
"pathSets": [
Expand All @@ -25660,32 +25660,23 @@
],
"paths": {
"/employeeexperience/learningcourseactivities/{id}": "least=Application",
"/employeeexperience/learningproviders/{id}/learningcourseactivities": "least=Application",
"/employeeexperience/learningproviders/{id}/learningcourseactivities(externalcourseactivityid={value})": "least=Application",
"/me/employeeexperience/learningcourseactivities/{id}": "least=Application",
"/users/{id}/employeeexperience/learningcourseactivities/{id}": "least=Application"
}
},
{
"schemeKeys": [
"DelegatedWork"
],
"methods": [
"GET"
],
"paths": {
"/me/employeeexperience/learningcourseactivities": "least=DelegatedWork",
"/users/{id}/employeeexperience/learningcourseactivities": "least=DelegatedWork"
}
}
],
"ownerInfo": {}
"ownerInfo": {
"ownerSecurityGroup": "learnidcengineers"
}
},
"LearningAssignedCourse.ReadWrite.All": {
"schemes": {
"Application": {
"adminDisplayName": "Read and write all assignments",
"adminDescription": "Allows the app to create, update, read and delete all assignments in the organization's directory, without a signed-in user.",
"requiresAdminConsent": true
"requiresAdminConsent": true,
"privilegeLevel": 4
}
},
"pathSets": [
Expand All @@ -25697,7 +25688,8 @@
"PATCH"
],
"paths": {
"/employeeexperience/learningcourseactivities/{id}": "least=Application"
"/employeeexperience/learningcourseactivities/{id}": "least=Application",
"/employeeexperience/learningproviders/{id}/learningcourseactivities/{id}": "least=Application"
}
},
{
Expand All @@ -25711,6 +25703,18 @@
"/employeeexperience/learningproviders/{id}/learningcourseactivities": "least=Application"
}
},
{
"schemeKeys": [
"Application"
],
"methods": [
"GET"
],
"paths": {
"/employeeExperience/learningCourseActivities/{Id}": "least=Application",
"/employeeexperience/learningproviders/{id}/learningcourseactivities": "least=Application"
}
},
{
"schemeKeys": [
"Application"
Expand All @@ -25723,7 +25727,9 @@
}
}
],
"ownerInfo": {}
"ownerInfo": {
"ownerSecurityGroup": "learnidcengineers"
}
},
"LearningContent.Read.All": {
"schemes": {
Expand Down Expand Up @@ -25907,17 +25913,12 @@
}
}
],
"ownerInfo": {}
"ownerInfo": {
"ownerSecurityGroup": "learnidcengineers"
}
},
"LearningSelfInitiatedCourse.Read.All": {
"schemes": {
"DelegatedWork": {
"adminDisplayName": "",
"adminDescription": "",
"userDisplayName": "",
"userDescription": "",
"requiresAdminConsent": false
},
"Application": {
"adminDisplayName": "Read all self-initiated courses",
"adminDescription": "Allows the app to read data for all self-initiated courses in the organization's directory, without a signed-in user.",
Expand All @@ -25934,32 +25935,23 @@
],
"paths": {
"/employeeexperience/learningcourseactivities/{id}": "",
"/employeeexperience/learningproviders/{id}/learningcourseactivities": "",
"/employeeexperience/learningproviders/{id}/learningcourseactivities(externalcourseactivityid={value})": "",
"/me/employeeexperience/learningcourseactivities/{id}": "",
"/users/{id}/employeeexperience/learningcourseactivities/{id}": ""
}
},
{
"schemeKeys": [
"DelegatedWork"
],
"methods": [
"GET"
],
"paths": {
"/me/employeeexperience/learningcourseactivities": "",
"/users/{id}/employeeexperience/learningcourseactivities": ""
}
}
],
"ownerInfo": {}
"ownerInfo": {
"ownerSecurityGroup": "learnidcengineers"
}
},
"LearningSelfInitiatedCourse.ReadWrite.All": {
"schemes": {
"Application": {
"adminDisplayName": "Read and write all self-initiated courses",
"adminDescription": "Allows the app to create, update, read and delete all self-initiated courses in the organization's directory, without a signed-in user.",
"requiresAdminConsent": true
"requiresAdminConsent": true,
"privilegeLevel": 4
}
},
"pathSets": [
Expand All @@ -25971,7 +25963,8 @@
"PATCH"
],
"paths": {
"/employeeexperience/learningcourseactivities/{id}": ""
"/employeeexperience/learningcourseactivities/{id}": "",
"/employeeexperience/learningproviders/{id}/learningcourseactivities/{id}": ""
}
},
{
Expand All @@ -25985,6 +25978,19 @@
"/employeeexperience/learningproviders/{id}/learningcourseactivities": ""
}
},
{
"schemeKeys": [
"Application"
],
"methods": [
"GET"
],
"paths": {
"/employeeExperience/learningCourseActivities/{Id}": "",
"/employeeexperience/learningproviders/{id}/learningcourseactivities": "",
"/users/{user-id}/employeeExperience/learningCourseActivities/{id}": ""
}
},
{
"schemeKeys": [
"Application"
Expand All @@ -25997,7 +26003,9 @@
}
}
],
"ownerInfo": {}
"ownerInfo": {
"ownerSecurityGroup": "learnidcengineers"
}
},
"LicenseAssignment.Read.All": {
"schemes": {
Expand Down

0 comments on commit f89a258

Please sign in to comment.