Skip to content

Commit 38ec7cd

Browse files
authored
Merge branch 'main' into yuyaolian/v1-breakoutrooom-etc
2 parents d629b77 + 72782ac commit 38ec7cd

File tree

1 file changed

+34
-1
lines changed

1 file changed

+34
-1
lines changed

concepts/permissions-reference.md

Lines changed: 34 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: 01/20/2025
10+
ms.date: 01/27/2025
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

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

20172017
---
20182018

2019+
### DeviceManagementScripts.Read.All
2020+
2021+
| Category | Application | Delegated |
2022+
|--|--|--|
2023+
| Identifier | c7a5be92-2b3d-4540-8a67-c96dcaae8b43 | d32381d8-ee89-4220-9c83-b672aa68d404 |
2024+
| DisplayText | Read Microsoft Intune Scripts | Read Microsoft Intune Scripts |
2025+
| Description | Allows the app to read Microsoft Intune device compliance scripts, device management scripts, device shell scripts, device custom attribute shell scripts and device health scripts, without a signed-in user. | Allows the app to read Microsoft Intune device compliance scripts, device management scripts, device shell scripts, device custom attribute shell scripts and device health scripts on behalf of the signed in user. |
2026+
| AdminConsentRequired | Yes | Yes |
2027+
2028+
---
2029+
2030+
### DeviceManagementScripts.ReadWrite.All
2031+
2032+
| Category | Application | Delegated |
2033+
|--|--|--|
2034+
| Identifier | 9255e99d-faf5-445e-bbf7-cb71482737c4 | 8b9d79d0-ad75-4566-8619-f7500ecfcebe |
2035+
| DisplayText | Read and write Microsoft Intune Scripts | Read and write Microsoft Intune Scripts |
2036+
| Description | Allows the app to read and write Microsoft Intune device compliance scripts, device management scripts, device shell scripts, device custom attribute shell scripts and device health scripts, without a signed-in user. | Allows the app to read and write Microsoft Intune device compliance scripts, device management scripts, device shell scripts, device custom attribute shell scripts and device health scripts on behalf of the signed in user. |
2037+
| AdminConsentRequired | Yes | Yes |
2038+
2039+
---
2040+
20192041
### DeviceManagementServiceConfig.Read.All
20202042

20212043
| Category | Application | Delegated |
@@ -2042,6 +2064,17 @@ GET https://graph.microsoft.com/v1.0/servicePrincipals(appId='00000003-0000-0000
20422064

20432065
---
20442066

2067+
### DeviceTemplate.Create
2068+
2069+
| Category | Application | Delegated |
2070+
|--|--|--|
2071+
| Identifier | abf6441f-0772-4932-96e7-0191478dd73a | 0b1717ff-3e42-4a73-8c29-e6b2e1093960 |
2072+
| DisplayText | Create device template | Create device templates |
2073+
| Description | Allows the app to create device templates. The app is marked as owner of the created device template. As a member of owners, the app will be allowed to manage devices created from the template. | Allows the app to create device templates on behalf of the signed in user. The user is marked as owners of the created device template. As a member of owners, the user will be allowed to manage devices created from the template. |
2074+
| AdminConsentRequired | Yes | Yes |
2075+
2076+
---
2077+
20452078
### DeviceTemplate.Read.All
20462079

20472080
| Category | Application | Delegated |

0 commit comments

Comments
 (0)