deviceManagement resource type

Namespace: microsoft.graph

Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.

Singleton entity that acts as a container for all device management functionality.

Methods

Method Return Type Description
Get deviceManagement deviceManagement Read properties and relationships of the deviceManagement object.
Update deviceManagement deviceManagement Update the properties of a deviceManagement object.
getEffectivePermissions function rolePermission collection Retrieves the effective permissions of the currently authenticated user

Properties

Property Type Description
id String Not yet documented

Relationships

Relationship Type Description
roleDefinitions roleDefinition collection The Role Definitions.
roleAssignments deviceAndAppManagementRoleAssignment collection The Role Assignments.
resourceOperations resourceOperation collection The Resource Operations.

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.deviceManagement",
  "id": "String (identifier)"
}