deviceAppManagement 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 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

Relationship Type Description
mobileApps mobileApp collection The mobile apps.
mobileAppCategories mobileAppCategory collection The mobile app categories.
enterpriseCodeSigningCertificates enterpriseCodeSigningCertificate collection The Windows Enterprise Code Signing Certificate.
iosLobAppProvisioningConfigurations iosLobAppProvisioningConfiguration collection The IOS Lob App Provisioning Configurations.
symantecCodeSigningCertificate symantecCodeSigningCertificate The WinPhone Symantec Code Signing Certificate.
mobileAppConfigurations managedDeviceMobileAppConfiguration collection The Managed Device Mobile Application Configurations.

JSON Representation

Here is a JSON representation of the resource.

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