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: Microsoft supports Intune /beta APIs, but they are subject to more frequent change. Microsoft recommends using version v1.0 when possible. Check an API's availability in version v1.0 using the Version selector.
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
A list of possible assignment item action status values for the application or configuration regarding their executed action on the managed device. For example, a configuration included in the deviceAssignmentItems list has just been executed the action. Its status starts with inProgress until it's successfully removed to reflect as removed status or failed to be removed to reflect as error status on the managed device. Similar status change happens for restoration process
Members
Member | Value | Description |
---|---|---|
initiated | 0 | Default. Indicates that the device assignment action to remove or restore an application or a configuration is 'initiated' on the managed device |
inProgress | 1 | Indicates that the device assignment action to remove or restore an application or a configuration is 'in progress' on the managed device |
removed | 2 | Indicates that the application or configuration has been successfully removed on the managed device |
error | 3 | Indicates that the application or configuration has failed to be removed or restored on the managed device. The error may be retriable depending on the intent action message and error code |
succeeded | 4 | Indicates that the application or configuration has been successfully restored on the managed device |
unknownFutureValue | 5 | Evolvable enumeration sentinel value. Do not use |