Skip to content

Commit 52c3728

Browse files
authored
Merge pull request #25337 from microsoftgraph/permissions-reference/2024-10-07
2024-10-07: Automated permissions reference update
2 parents 18a9e67 + 7de0f7b commit 52c3728

File tree

1 file changed

+46
-1
lines changed

1 file changed

+46
-1
lines changed

concepts/permissions-reference.md

Lines changed: 46 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.localizationpriority: high
77
ms.topic: reference
88
ms.subservice: entra-applications
99
ms.custom: graphiamtop20, scenarios:getting-started
10-
ms.date: 09/30/2024
10+
ms.date: 10/07/2024
1111
#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.
1212
---
1313

@@ -1804,6 +1804,28 @@ GET https://graph.microsoft.com/v1.0/servicePrincipals(appId='00000003-0000-0000
18041804

18051805
---
18061806

1807+
### DeviceManagementCloudCA.Read.All
1808+
1809+
| Category | Application | Delegated |
1810+
|--|--|--|
1811+
| Identifier | 315b6e8c-d92a-4691-919d-00ce76d1344a | ac5c8443-d999-471f-9247-ce92cf5c5560 |
1812+
| 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. |
1814+
| AdminConsentRequired | Yes | Yes |
1815+
1816+
---
1817+
1818+
### DeviceManagementCloudCA.ReadWrite.All
1819+
1820+
| Category | Application | Delegated |
1821+
|--|--|--|
1822+
| Identifier | f15eb2ba-ef8a-4f70-991d-da5d045154e2 | 93028c58-65aa-48db-a706-1fe4ada325ec |
1823+
| 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+
18071829
### DeviceManagementConfiguration.Read.All
18081830

18091831
| Category | Application | Delegated |
@@ -3784,6 +3806,28 @@ GET https://graph.microsoft.com/v1.0/servicePrincipals(appId='00000003-0000-0000
37843806

37853807
---
37863808

3809+
### OnlineMeetingAiInsight.Read.All
3810+
3811+
| Category | Application | Delegated |
3812+
|--|--|--|
3813+
| Identifier | c0cf7895-985f-42d4-a693-b618f36674ad | 166741d6-eeb8-46fe-91f4-817d2af7bc88 |
3814+
| 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. |
3816+
| AdminConsentRequired | Yes | Yes |
3817+
3818+
---
3819+
3820+
### OnlineMeetingAiInsight.Read.Chat
3821+
3822+
| Category | Application | Delegated |
3823+
|--|--|--|
3824+
| Identifier | 01892c31-3b66-4bcf-b5f5-bf0a03d5ed9f | - |
3825+
| DisplayText | Read all AI Insights for online meetings where the Teams application is installed. | - |
3826+
| Description | Allows the teams-app to read all aiInsights for online meetings where the Teams-app is installed, without a signed-in user. | - |
3827+
| AdminConsentRequired | Yes | - |
3828+
3829+
---
3830+
37873831
### OnlineMeetingArtifact.Read.All
37883832

37893833
| Category | Application | Delegated |
@@ -7494,3 +7538,4 @@ Learn more about [RSC authorization framework and RSC permissions](/microsofttea
74947538

74957539

74967540

7541+

0 commit comments

Comments
 (0)