Table of Contents

DeviceManagementServiceConfig.ReadWrite.All

Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.

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 DeviceManagementServiceConfig.ReadWrite.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 5ac13192-7ace-4fcf-b828-1a26f28068ee 662ed50a-ac44-4eef-ad86-62eed9be2a29
DisplayText Read and write Microsoft Intune configuration Read and write Microsoft Intune configuration
Description Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration, without a signed-in user. Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.
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: termsAndConditions

Property Type Description
id String Unique identifier of the T&C policy.
createdDateTime DateTimeOffset DateTime the object was created.
lastModifiedDateTime DateTimeOffset DateTime the object was last modified.
displayName String Administrator-supplied name for the T&C policy.
description String Administrator-supplied description of the T&C policy.
title String Administrator-supplied title of the terms and conditions. This is shown to the user on prompts to accept the T&C policy.
bodyText String Administrator-supplied body text of the terms and conditions, typically the terms themselves. This is shown to the user on prompts to accept the T&C policy.
acceptanceStatement String Administrator-supplied explanation of the terms and conditions, typically describing what it means to accept the terms and conditions set out in the T&C policy. This is shown to the user on prompts to accept the T&C policy.
version Int32 Integer indicating the current version of the terms. Incremented when an administrator makes a change to the terms and wishes to require users to re-accept the modified T&C policy.