Microsoft Graph · Schema

importedWindowsAutopilotDeviceIdentityState

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
deviceErrorCode number Device error code reported by Device Directory Service(DDS).
deviceErrorName string Device error name reported by Device Directory Service(DDS).
deviceImportStatus object
deviceRegistrationId string Device Registration ID for successfully added device reported by Device Directory Service(DDS).
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphimportedwindowsautopilotdeviceidentitystate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.importedWindowsAutopilotDeviceIdentityState",
  "title": "importedWindowsAutopilotDeviceIdentityState",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "deviceErrorCode": {
      "maximum": 2147483647,
      "minimum": -2147483648,
      "type": "number",
      "description": "Device error code reported by Device Directory Service(DDS).",
      "format": "int32"
    },
    "deviceErrorName": {
      "type": "string",
      "description": "Device error name reported by Device Directory Service(DDS).",
      "nullable": true
    },
    "deviceImportStatus": {
      "$ref": "#/components/schemas/microsoft.graph.importedWindowsAutopilotDeviceIdentityImportStatus"
    },
    "deviceRegistrationId": {
      "type": "string",
      "description": "Device Registration ID for successfully added device reported by Device Directory Service(DDS).",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}