Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Important: APIs under the /beta version in Microsoft Graph are subject to change which could break your applications. While Intune /beta APIs are supported by Microsoft, you should use these at your own discretion. In general, /beta APIs are not recommended for use in production applications. To determine whether an API is available in v1.0, use the Version selector.
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
A list of possible states for application status on an individual device. When devices contact the Intune service and find targeted application enforcement intent, the status of the enforcement is recorded and becomes accessible in the Graph API. Since the application status is identified during device interaction with the Intune service, status records do not immediately appear upon application group assignment; it is created only after the assignment is evaluated in the service and devices start receiving the policy during check-ins.
Members
Member | Value | Description |
---|---|---|
installed | 1 | The application is installed with no errors. |
failed | 2 | The application failed to install. |
notInstalled | 3 | The application is not installed. |
uninstallFailed | 4 | The application failed to uninstall. |
pendingInstall | 5 | The installation of the application is in progress. |
unknown | 99 | The status of the application is unknown. |
notApplicable | -1 | The application is not applicable. |