enrollmentState 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.
Members
Member | Value | Description |
---|---|---|
unknown | 0 | Device enrollment state is unknown |
enrolled | 1 | Device is Enrolled. |
pendingReset | 2 | Enrolled but it's enrolled via enrollment profile and the enrolled profile is different from the assigned profile. |
failed | 3 | Not enrolled and there is enrollment failure record. |
notContacted | 4 | Device is imported but not enrolled. |
blocked | 5 | Device is enrolled as userless, but is blocked from moving to user enrollment because the app failed to install. |