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
@@ -1804,6 +1804,28 @@ GET https://graph.microsoft.com/v1.0/servicePrincipals(appId='00000003-0000-0000
| DisplayText | Read Microsoft Cloud PKI objects | Read Microsoft Cloud PKI objects |
1813
+
| Description | Allows the app to read certification authority information without a signed-in user. | Allows the app to read certification authority information on behalf of the signed-in user. |
| DisplayText | Read and write Microsoft Cloud PKI objects | Read and write Microsoft Cloud PKI objects |
1824
+
| Description | Allows the app to read and write certification authority information without a signed-in user. | Allows the app to read and write certification authority information on behalf of the signed-in user. |
1825
+
| AdminConsentRequired | Yes | Yes |
1826
+
1827
+
---
1828
+
1807
1829
### DeviceManagementConfiguration.Read.All
1808
1830
1809
1831
| Category | Application | Delegated |
@@ -3784,6 +3806,28 @@ GET https://graph.microsoft.com/v1.0/servicePrincipals(appId='00000003-0000-0000
| DisplayText | Read all AI Insights for online meetings. | Read all AI Insights for online meetings. |
3815
+
| Description | Allows the app to read all AI Insights for all online meetings, without a signed-in user. | Allows the app to read all AI Insights for online meetings, on behalf of the signed-in user. |
0 commit comments