DeviceManagementEndpointSecurity.Read.All
Merill's Note
For an app to access data in Microsoft Graph, the user or administrator must grant it the permissions it needs. This article lists all the Microsoft Graph APIs and your tenant data that can be accessed by the application (vendor/developer) if you consent to the
DeviceManagementEndpointSecurity.Read.Allpermission.If you need to create an audit report of the permissions granted to all the apps in your tenant, you can run the
Export-MsIdAppConsentGrantReportcommand. See How To: Run a quick OAuth app audit of your tenant
| Category | Application | Delegated |
|---|---|---|
| Identifier | - | - |
| DisplayText | - | - |
| Description | - | - |
| AdminConsentRequired | Yes | No |
Graph Methods
→ API supports delegated access (access on behalf of a user)
→ API supports app-only access (access without a user)
| Methods |
|---|
Resources
Granting this permission allows the calling application to access (and/or update) the following information in your tenant.
- deviceManagementConfigurationPolicy
- deviceManagementConfigurationPolicyTemplate
- deviceManagementReusablePolicySetting
Graph reference: deviceManagementConfigurationPolicy
| Property | Type | Description |
|---|---|---|
| id | String | Key of the policy document. Automatically generated. |
| name | String | Policy name |
| description | String | Policy description |
| platforms | deviceManagementConfigurationPlatforms | Platforms for this policy. The possible values are: none, android, iOS, macOS, windows10X, windows10, linux, unknownFutureValue, androidEnterprise, aosp, visionOS, tvOS. |
| technologies | deviceManagementConfigurationTechnologies | Technologies for this policy. The possible values are: none, mdm, windows10XManagement, configManager, appleRemoteManagement, microsoftSense, exchangeOnline, mobileApplicationManagement, linuxMdm, extensibility, enrollment, endpointPrivilegeManagement, unknownFutureValue, windowsOsRecovery, android. |
| createdDateTime | DateTimeOffset | Policy creation date and time |
| lastModifiedDateTime | DateTimeOffset | Policy last modification date and time |
| settingCount | Int32 | Number of settings |
| creationSource | String | Policy creation source |
| roleScopeTagIds | String collection | List of Scope Tags for this Entity instance. |
| isAssigned | Boolean | Policy assignment status. This property is read-only. |
| templateReference | deviceManagementConfigurationPolicyTemplateReference | Template reference information |
| priorityMetaData | deviceManagementPriorityMetaData | Indicates the priority of each policies that are selected by the admin during enrollment process |