deviceManagement resource type

Namespace: microsoft.graph

Important: Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.

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 String collection
getEffectivePermissions function rolePermission collection
getRoleScopeTagsByResource function roleScopeTag collection
getRoleScopeTagsByIds function roleScopeTag collection
getAssignedRoleDetails function deviceAndAppManagementAssignedRoleDetails Retrieves the assigned role definitions and role assignments of the currently authenticated user.
scopedForResource function Boolean

Properties

Property Type Description
id String

Relationships

Relationship Type Description
roleDefinitions roleDefinition collection The Role Definitions.
roleAssignments deviceAndAppManagementRoleAssignment collection The Role Assignments.
roleScopeTags roleScopeTag collection The Role Scope Tags.
resourceOperations resourceOperation collection The Resource Operations.
operationApprovalRequests operationApprovalRequest collection The Operation Approval Requests
operationApprovalPolicies operationApprovalPolicy collection The Operation Approval Policies

JSON Representation

Here is a JSON representation of the resource.

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