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
@@ -3218,6 +3218,17 @@ GET https://graph.microsoft.com/v1.0/servicePrincipals(appId='00000003-0000-0000
| DisplayText | View and start runs | View and start runs |
3227
+
| Description | Allows the app to view and start IndustryData runs without a signed-in user. | Allows the app to view and start IndustryData runs on behalf of the signed-in user. |
3228
+
| AdminConsentRequired | Yes | Yes |
3229
+
3230
+
---
3231
+
3221
3232
### IndustryData-SourceSystem.Read.All
3222
3233
3223
3234
| Category | Application | Delegated |
@@ -6233,6 +6244,17 @@ GET https://graph.microsoft.com/v1.0/servicePrincipals(appId='00000003-0000-0000
| DisplayText | Upload user data to the identity sync service for apps that this application creates or owns | - |
6253
+
| Description | Allows the application to upload bulk user data to the identity synchronization service for apps that this application creates or owns, without a signed-in user. | - |
0 commit comments