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 Read properties and relationships of the deviceAppManagement object.
Update deviceAppManagement Update the properties of a deviceAppManagement object.
Onboarding
syncMicrosoftStoreForBusinessApps action None Syncs Intune account with Microsoft Store For Business

Properties

Property Type Description
id String Key of the entity.
Onboarding
isEnabledForMicrosoftStoreForBusiness Boolean Whether the account is enabled for syncing applications from the Microsoft Store for Business.
microsoftStoreForBusinessLanguage String The locale information used to sync applications from the Microsoft Store for Business. Cultures that are specific to a country/region. The names of these cultures follow RFC 4646 (Windows Vista and later). The format is -<country/regioncode2>, where is a lowercase two-letter code derived from ISO 639-1 and <country/regioncode2> is an uppercase two-letter code derived from ISO 3166. For example, en-US for English (United States) is a specific culture.
microsoftStoreForBusinessLastCompletedApplicationSyncTime DateTimeOffset The last time an application sync from the Microsoft Store for Business was completed.
microsoftStoreForBusinessLastSuccessfulSyncDateTime DateTimeOffset The last time the apps from the Microsoft Store for Business were synced successfully for the account.
microsoftStoreForBusinessPortalSelection microsoftStoreForBusinessPortalSelectionOptions The end user portal information is used to sync applications from the Microsoft Store for Business to Intune Company Portal. There are three options to pick from ['Company portal only', 'Company portal and private store', 'Private store only']. Possible values are: none, companyPortal, privateStore.

Relationships

Relationship Type Description
Apps
enterpriseCodeSigningCertificates enterpriseCodeSigningCertificate collection The Windows Enterprise Code Signing Certificate.
iosLobAppProvisioningConfigurations iosLobAppProvisioningConfiguration collection The IOS Lob App Provisioning Configurations.
mobileAppCategories mobileAppCategory collection The mobile app categories.
mobileAppConfigurations managedDeviceMobileAppConfiguration collection The Managed Device Mobile Application Configurations.
mobileApps mobileApp collection The mobile apps.
symantecCodeSigningCertificate symantecCodeSigningCertificate The WinPhone Symantec Code Signing Certificate.
Books
managedEBooks managedEBook collection The Managed eBook.
managedEBookCategories managedEBookCategory collection The mobile eBook categories.
Device management
windowsManagementApp windowsManagementApp Windows management app.
Mobile app management (MAM)
androidManagedAppProtections androidManagedAppProtection collection Android managed app policies.
defaultManagedAppProtections defaultManagedAppProtection collection Default managed app policies.
iosManagedAppProtections iosManagedAppProtection collection iOS managed app policies.
managedAppPolicies managedAppPolicy collection Managed app policies.
managedAppRegistrations managedAppRegistration collection The managed app registrations.
managedAppStatuses managedAppStatus collection The managed app statuses.
mdmWindowsInformationProtectionPolicies mdmWindowsInformationProtectionPolicy collection Windows information protection for apps running on devices which are MDM enrolled.
targetedManagedAppConfigurations targetedManagedAppConfiguration collection Targeted managed app configurations.
windowsInformationProtectionPolicies windowsInformationProtectionPolicy collection Windows information protection for apps running on devices which are not MDM enrolled.
Onboarding
sideLoadingKeys sideLoadingKey collection Side Loading Keys that are required for the Windows 8 and 8.1 Apps installation.
vppTokens vppToken collection List of Vpp tokens for this organization.
Policy Set
policySets policySet collection The PolicySet of Policies and Applications
mobileApps mobileApp collection The mobile apps.
targetedManagedAppConfigurations targetedManagedAppConfiguration collection Targeted managed app configurations.
androidManagedAppProtections androidManagedAppProtection collection Android managed app policies.
iosManagedAppProtections iosManagedAppProtection collection iOS managed app policies.
mdmWindowsInformationProtectionPolicies mdmWindowsInformationProtectionPolicy collection Windows information protection for apps running on devices which are MDM enrolled.
iosLobAppProvisioningConfigurations iosLobAppProvisioningConfiguration collection The IOS Lob App Provisioning Configurations.
Partner Integration
deviceAppManagementTasks deviceAppManagementTask collection Device app management tasks.
Unlock
wdacSupplementalPolicies windowsDefenderApplicationControlSupplementalPolicy collection The collection of Windows Defender Application Control Supplemental Policies.

JSON Representation

Here is a JSON representation of the resource. Note that this is only an example; query responses to actual queries will contain the properties appropriate for the context.

{
  "@odata.type": "#microsoft.graph.deviceAppManagement",
  "id": "String (identifier)",
  "microsoftStoreForBusinessLastSuccessfulSyncDateTime": "String (timestamp)",
  "isEnabledForMicrosoftStoreForBusiness": true,
  "microsoftStoreForBusinessLanguage": "String",
  "microsoftStoreForBusinessLastCompletedApplicationSyncTime": "String (timestamp)"
}