deviceAssignmentItemIntent enum 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.

A list of possible assignment item action intent values on the application or configuration when executing this action on the managed device. For example, if the application or configuration is intended to be removed on the managed device, then the intent value is remove, and if the application or configuration already under removal through previous actions and is now intended to be restored on the managed device, then the intent value is restore

Members

Member Value Description
remove 0 Default. Indicates that the deployed application or configuration is intended to be removed on the managed device
restore 1 Indicates that the application or configuration already under removal through previous actions and is now intended to be restored on the managed device
unknownFutureValue 2 Evolvable enumeration sentinel value. Do not use