Table of Contents

DeviceManagementConfiguration.Read.All

Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.

Using the Microsoft Graph APIs to configure Intune controls and policies still requires that the Intune service is correctly licensed by the customer.

These permissions aren't supported for personal Microsoft accounts.

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 DeviceManagementConfiguration.Read.All permission.

If you need to create an audit report of the permissions granted to all the apps in your tenant, you can run the Export-MsIdAppConsentGrantReport command. See How To: Run a quick OAuth app audit of your tenant

Category Application Delegated
Identifier dc377aa6-52d8-4e23-b271-2a7ae04cedf3 f1493658-876a-4c87-8fa7-edb559b3476a
DisplayText Read Microsoft Intune device configuration and policies Read Microsoft Intune Device Configuration and Policies
Description Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user. Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.
AdminConsentRequired Yes Yes

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.

Graph reference: androidDeviceOwnerEnrollmentProfile

Property Type Description
accountId String Tenant GUID the enrollment profile belongs to.
id String Unique GUID for the enrollment profile.
displayName String Display name for the enrollment profile.
description String Description for the enrollment profile.
enrollmentMode androidDeviceOwnerEnrollmentMode The enrollment mode of devices that use this enrollment profile. Possible values are: corporateOwnedDedicatedDevice, corporateOwnedFullyManaged, corporateOwnedWorkProfile, corporateOwnedAOSPUserlessDevice, corporateOwnedAOSPUserAssociatedDevice.
enrollmentTokenType androidDeviceOwnerEnrollmentTokenType The enrollment token type for an enrollment profile. Possible values are: default, corporateOwnedDedicatedDeviceWithAzureADSharedMode, deviceStaging.
createdDateTime DateTimeOffset Date time the enrollment profile was created.
lastModifiedDateTime DateTimeOffset Date time the enrollment profile was last modified.
tokenValue String Value of the most recently created token for this enrollment profile.
tokenCreationDateTime DateTimeOffset Date time the most recently created token was created.
tokenExpirationDateTime DateTimeOffset Date time the most recently created token will expire.
enrolledDeviceCount Int32 Total number of Android devices that have enrolled using this enrollment profile.
enrollmentTokenUsageCount Int32 Total number of AOSP devices that have enrolled using the current token. Valid values 0 to 20000
qrCodeContent String String used to generate a QR code for the token.
qrCodeImage mimeContent String used to generate a QR code for the token.
roleScopeTagIds String collection List of Scope Tags for this Entity instance.
configureWifi Boolean Boolean that indicates that the Wi-Fi network should be configured during device provisioning. When set to TRUE, device provisioning will use Wi-Fi related properties to automatically connect to Wi-Fi networks. When set to FALSE or undefined, other Wi-Fi related properties will be ignored. Default value is TRUE. Returned by default.
wifiSsid String String that contains the wi-fi login ssid
wifiPassword String String that contains the wi-fi login password
wifiSecurityType aospWifiSecurityType String that contains the wi-fi security type. Possible values are: none, wpa, wep.
wifiHidden Boolean Boolean that indicates if hidden wifi networks are enabled
isTeamsDeviceProfile Boolean Boolean indicating if this profile is an Android AOSP for Teams device profile.