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 Android for Work settings functionality under device management.

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.

Properties

Property Type Description
id String

Relationships

Relationship Type Description
androidForWorkSettings androidForWorkSettings The singleton Android for Work settings entity.
androidForWorkAppConfigurationSchemas androidForWorkAppConfigurationSchema collection Android for Work app configuration schema entities.
androidForWorkEnrollmentProfiles androidForWorkEnrollmentProfile collection Android for Work enrollment profile entities.
androidManagedStoreAccountEnterpriseSettings androidManagedStoreAccountEnterpriseSettings The singleton Android managed store account enterprise settings entity.
androidManagedStoreAppConfigurationSchemas androidManagedStoreAppConfigurationSchema collection Android Enterprise app configuration schema entities.
androidDeviceOwnerEnrollmentProfiles androidDeviceOwnerEnrollmentProfile collection Android device owner enrollment profile entities.

JSON Representation

Here is a JSON representation of the resource.

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