You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#Customer intent: As a developer, I want to learn more about the permissions available in Microsoft Graph, so that I understand the impact of granting specific permissions to my app.
12
12
---
13
13
@@ -841,6 +841,50 @@ GET https://graph.microsoft.com/v1.0/servicePrincipals(appId='00000003-0000-0000
| DisplayText | Read all license assignments. | Read all license assignments. |
3524
+
| Description | Allows an app to read license assignments for users and groups, without a signed-in user. | Allows an app to read license assignments for users and groups, on behalf of the signed-in user. |
3525
+
| AdminConsentRequired | Yes | No |
3526
+
3527
+
---
3528
+
3474
3529
### LicenseAssignment.ReadWrite.All
3475
3530
3476
3531
| Category | Application | Delegated |
@@ -3482,6 +3537,83 @@ GET https://graph.microsoft.com/v1.0/servicePrincipals(appId='00000003-0000-0000
| DisplayText | Read all Lifecycle workflows custom task extensionss | Read all Lifecycle workflows custom task extensions |
3546
+
| Description | Allows the app to read all Lifecycle workflows custom task extensions without a signed-in user. | Allows the app to read all Lifecycle workflows custom task extensions on behalf of a signed-in user. |
| DisplayText | Read and write all Lifecycle workflows custom task extensions | Read and write all Lifecycle workflows custom task extensions |
3557
+
| Description | Allows the app to create, update, list, read and delete all Lifecycle workflows custom task extensions without a signed-in user. | Allows the app to create, update, list, read and delete all Lifecycle workflows custom task extensions on behalf of a signed-in user. |
| DisplayText | Read all Lifecycle workflows reports | Read all Lifecycle workflows reports |
3568
+
| Description | Allows the app to read all Lifecycle workflows reports without a signed-in user. | Allows the app to read all Lifecycle workflows reports on behalf of a signed-in user. |
| DisplayText | Run workflows on-demand in Lifecycle workflows | Run workflows on-demand in Lifecycle workflows |
3579
+
| Description | Allows the app run workflows on-demand without a signed-in user. | Allows the app to run workflows on-demand on behalf of a signed-in user. |
| DisplayText | Read all workflows in Lifecycle workflows | Read all workflows in Lifecycle workflows |
3590
+
| Description | Allows the app to list and read all workflows and tasks without a signed-in user. | Allows the app to list and read all workflows and tasks on behalf of a signed-in user. |
| DisplayText | Read and write all workflows in Lifecycle workflows | Read and write all workflows in Lifecycle workflows |
3612
+
| Description | Allows the app to create, update, list, read and delete all workflows and tasks in lifecycle workflows without a signed-in user. | Allows the app to create, update, list, read and delete all workflows and tasks in lifecycle workflows on behalf of a signed-in user. |
3613
+
| AdminConsentRequired | Yes | Yes |
3614
+
3615
+
---
3616
+
3485
3617
### LifecycleWorkflows.Read.All
3486
3618
3487
3619
| Category | Application | Delegated |
@@ -6082,6 +6214,17 @@ GET https://graph.microsoft.com/v1.0/servicePrincipals(appId='00000003-0000-0000
0 commit comments