windowsAutopilotUserlessEnrollmentStatus 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.

Userless enrollment block status, indicating whether the next device enrollment will be blocked.

Members

Member Value Description
unknown 0 Unknown userless enrollment block status. Next userless enrollment may fail. This is the default value.
allowed 1 Indicates next userless enrollment can proceed.
blocked 2 Indicates next userless enrollment cannot proceed without resetting the windowsAutopilotUserlessEnrollmentStatus.
unknownFutureValue 3 Evolvable enumeration sentinel value. Do not use.