Microsoft Graph · Schema

deviceEnrollmentType

Possible ways of adding a mobile device to management.

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphdeviceenrollmenttype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.deviceEnrollmentType",
  "title": "deviceEnrollmentType",
  "enum": [
    "unknown",
    "userEnrollment",
    "deviceEnrollmentManager",
    "appleBulkWithUser",
    "appleBulkWithoutUser",
    "windowsAzureADJoin",
    "windowsBulkUserless",
    "windowsAutoEnrollment",
    "windowsBulkAzureDomainJoin",
    "windowsCoManagement",
    "windowsAzureADJoinUsingDeviceAuth",
    "appleUserEnrollment",
    "appleUserEnrollmentWithServiceAccount",
    "unknownFutureValue"
  ],
  "type": "string",
  "description": "Possible ways of adding a mobile device to management.",
  "x-ms-enum": {
    "name": "deviceEnrollmentType",
    "modelAsString": false,
    "values": [
      {
        "value": "unknown",
        "description": "Default value, enrollment type was not collected.",
        "name": "unknown"
      },
      {
        "value": "userEnrollment",
        "description": "User driven enrollment through BYOD channel.",
        "name": "userEnrollment"
      },
      {
        "value": "deviceEnrollmentManager",
        "description": "User enrollment with a device enrollment manager account.",
        "name": "deviceEnrollmentManager"
      },
      {
        "value": "appleBulkWithUser",
        "description": "Apple bulk enrollment with user challenge. (DEP, Apple Configurator)",
        "name": "appleBulkWithUser"
      },
      {
        "value": "appleBulkWithoutUser",
        "description": "Apple bulk enrollment without user challenge. (DEP, Apple Configurator, Mobile Config)",
        "name": "appleBulkWithoutUser"
      },
      {
        "value": "windowsAzureADJoin",
        "description": "Windows 10 Entra ID (Azure AD) Join.",
        "name": "windowsAzureADJoin"
      },
      {
        "value": "windowsBulkUserless",
        "description": "Windows 10 Bulk enrollment through ICD with certificate.",
        "name": "windowsBulkUserless"
      },
      {
        "value": "windowsAutoEnrollment",
        "description": "Windows 10 automatic enrollment. (Add work account)",
        "name": "windowsAutoEnrollment"
      },
      {
        "value": "windowsBulkAzureDomainJoin",
        "description": "Windows 10 bulk Entra ID (Azure AD) Join.",
        "name": "windowsBulkAzureDomainJoin"
      },
      {
        "value": "windowsCoManagement",
        "description": "Windows 10 Co-Management triggered by AutoPilot or Group Policy.",
        "name": "windowsCoManagement"
      },
      {
        "value": "windowsAzureADJoinUsingDeviceAuth",
        "description": "Windows 10 Entra ID (Azure AD) Join using Device Auth.",
        "name": "windowsAzureADJoinUsingDeviceAuth"
      },
      {
        "value": "appleUserEnrollment",
        "description": "Indicates the device is enrolled via Apple User Enrollment with Company Portal. It results in an enrollment with a new partition for managed apps and data and which supports a limited set of management capabilities",
        "name": "appleUserEnrollment"
      },
      {
        "value": "appleUserEnrollmentWithServiceAccount",
        "description": "Indicates the device is enrolled via Apple User Enrollment with Company Portal using a device enrollment manager user. It results in an enrollment with a new partition for managed apps and data and which supports a limited set of management capabilities",
        "name": "appleUserEnrollmentWithServiceAccount"
      },
      {
        "value": "unknownFutureValue",
        "description": "Evolvable enumeration sentinel value. Do not use.",
        "name": "unknownFutureValue"
      }
    ]
  }
}