|
4 | 4 | // DelegatedDeviceManagementAppsReadAll Read Microsoft Intune apps |
5 | 5 | DelegatedDeviceManagementAppsReadAll = Scope{ |
6 | 6 | AdminConsentRequired: true, |
7 | | - Delegated: true, |
8 | 7 | Description: "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", |
9 | 8 | DisplayString: "Read Microsoft Intune apps", |
10 | 9 | Permission: "DeviceManagementApps.Read.All", |
| 10 | + Type: PermissionTypeDelegated, |
11 | 11 | } |
12 | 12 | // DelegatedDeviceManagementAppsReadWriteAll Read and write Microsoft Intune apps |
13 | 13 | DelegatedDeviceManagementAppsReadWriteAll = Scope{ |
14 | 14 | AdminConsentRequired: true, |
15 | | - Delegated: true, |
16 | 15 | Description: "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", |
17 | 16 | DisplayString: "Read and write Microsoft Intune apps", |
18 | 17 | Permission: "DeviceManagementApps.ReadWrite.All", |
| 18 | + Type: PermissionTypeDelegated, |
19 | 19 | } |
20 | 20 | // DelegatedDeviceManagementConfigurationReadAll Read Microsoft Intune device configuration and policies |
21 | 21 | DelegatedDeviceManagementConfigurationReadAll = Scope{ |
22 | 22 | AdminConsentRequired: true, |
23 | | - Delegated: true, |
24 | 23 | Description: "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", |
25 | 24 | DisplayString: "Read Microsoft Intune device configuration and policies", |
26 | 25 | Permission: "DeviceManagementConfiguration.Read.All", |
| 26 | + Type: PermissionTypeDelegated, |
27 | 27 | } |
28 | 28 | // DelegatedDeviceManagementConfigurationReadWriteAll "Read and write Microsoft Intune device configuration and policies" |
29 | 29 | DelegatedDeviceManagementConfigurationReadWriteAll = Scope{ |
30 | 30 | AdminConsentRequired: true, |
31 | | - Delegated: true, |
32 | 31 | Description: "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", |
33 | 32 | DisplayString: "Read and write Microsoft Intune device configuration and policies", |
34 | 33 | Permission: "DeviceManagementConfiguration.ReadWrite.All", |
| 34 | + Type: PermissionTypeDelegated, |
35 | 35 | } |
36 | 36 | // DelegatedDeviceManagementManagedDevicesPrivilegedOperationsAll Perform user-impacting remote actions on Microsoft Intune devices |
37 | 37 | DelegatedDeviceManagementManagedDevicesPrivilegedOperationsAll = Scope{ |
38 | 38 | AdminConsentRequired: true, |
39 | | - Delegated: true, |
40 | 39 | Description: "Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.", |
41 | 40 | DisplayString: "Perform user-impacting remote actions on Microsoft Intune devices", |
42 | 41 | Permission: "DeviceManagementManagedDevices.PrivilegedOperations.All", |
| 42 | + Type: PermissionTypeDelegated, |
43 | 43 | } |
44 | 44 | // DelegatedDeviceManagementManagedDevicesReadAll Read Microsoft Intune devices |
45 | 45 | DelegatedDeviceManagementManagedDevicesReadAll = Scope{ |
46 | 46 | AdminConsentRequired: true, |
47 | | - Delegated: true, |
48 | 47 | Description: "Allows the app to read the properties of devices managed by Microsoft Intune.", |
49 | 48 | DisplayString: "Read Microsoft Intune devices", |
50 | 49 | Permission: "DeviceManagementManagedDevices.Read.All", |
| 50 | + Type: PermissionTypeDelegated, |
51 | 51 | } |
52 | 52 | // DelegatedDeviceManagementManagedDevicesReadWriteAll Read and write Microsoft Intune devices |
53 | 53 | DelegatedDeviceManagementManagedDevicesReadWriteAll = Scope{ |
54 | 54 | AdminConsentRequired: true, |
55 | | - Delegated: true, |
56 | 55 | Description: "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", |
57 | 56 | DisplayString: "Read and write Microsoft Intune devices", |
58 | 57 | Permission: "DeviceManagementManagedDevices.ReadWrite.All", |
| 58 | + Type: PermissionTypeDelegated, |
59 | 59 | } |
60 | 60 | // DelegatedDeviceManagementRBACReadAll Read Microsoft Intune RBAC settings |
61 | 61 | DelegatedDeviceManagementRBACReadAll = Scope{ |
62 | 62 | AdminConsentRequired: true, |
63 | | - Delegated: true, |
64 | 63 | Description: "Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", |
65 | 64 | DisplayString: "Read Microsoft Intune RBAC settings", |
66 | 65 | Permission: "DeviceManagementRBAC.Read.All", |
| 66 | + Type: PermissionTypeDelegated, |
67 | 67 | } |
68 | 68 | // DelegatedDeviceManagementRBACReadWriteAll Read and write Microsoft Intune RBAC settings |
69 | 69 | DelegatedDeviceManagementRBACReadWriteAll = Scope{ |
70 | 70 | AdminConsentRequired: true, |
71 | | - Delegated: true, |
72 | 71 | Description: "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", |
73 | 72 | DisplayString: "Read and write Microsoft Intune RBAC settings", |
74 | 73 | Permission: "DeviceManagementRBAC.ReadWrite.All", |
| 74 | + Type: PermissionTypeDelegated, |
75 | 75 | } |
76 | 76 | // DelegatedDeviceManagementServiceConfigReadAll Read Microsoft Intune configuration |
77 | 77 | DelegatedDeviceManagementServiceConfigReadAll = Scope{ |
78 | 78 | AdminConsentRequired: true, |
79 | | - Delegated: true, |
80 | 79 | Description: "Allows the app to read Intune service properties including device enrollment and third party service connection configuration.", |
81 | 80 | DisplayString: "Read Microsoft Intune configuration", |
82 | 81 | Permission: "DeviceManagementServiceConfig.Read.All", |
| 82 | + Type: PermissionTypeDelegated, |
83 | 83 | } |
84 | 84 | // DelegatedDeviceManagementServiceConfigReadWriteAll Read and write Microsoft Intune configuration |
85 | 85 | DelegatedDeviceManagementServiceConfigReadWriteAll = Scope{ |
86 | 86 | AdminConsentRequired: true, |
87 | | - Delegated: true, |
88 | 87 | Description: "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", |
89 | 88 | DisplayString: "Read and write Microsoft Intune configuration", |
90 | 89 | Permission: "DeviceManagementServiceConfig.ReadWrite.All", |
| 90 | + Type: PermissionTypeDelegated, |
91 | 91 | } |
92 | 92 | ) |
0 commit comments