Skip to content

Latest commit

 

History

History
45 lines (37 loc) · 1.55 KB

intune-policyset-deviceappmanagement.md

File metadata and controls

45 lines (37 loc) · 1.55 KB
title description author localization_priority ms.subservice doc_type
deviceAppManagement resource type
Singleton entity that acts as a container for all device and app management functionality.
jaiprakashmb
Normal
intune
resourcePageType

deviceAppManagement 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 and app management functionality.

Methods

Method Return Type Description
Get deviceAppManagement deviceAppManagement Read properties and relationships of the deviceAppManagement object.
Update deviceAppManagement deviceAppManagement Update the properties of a deviceAppManagement object.

Properties

Property Type Description
id String Key of the entity.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

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