Microsoft Graph · Schema

importedWindowsAutopilotDeviceIdentityUploadStatus

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphimportedwindowsautopilotdeviceidentityuploadst-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.importedWindowsAutopilotDeviceIdentityUploadStatus",
  "title": "importedWindowsAutopilotDeviceIdentityUploadStatus",
  "enum": [
    "noUpload",
    "pending",
    "complete",
    "error"
  ],
  "type": "string",
  "x-ms-enum": {
    "name": "importedWindowsAutopilotDeviceIdentityUploadStatus",
    "modelAsString": false,
    "values": [
      {
        "value": "noUpload",
        "description": "No upload status.",
        "name": "noUpload"
      },
      {
        "value": "pending",
        "description": "Pending status.",
        "name": "pending"
      },
      {
        "value": "complete",
        "description": "Complete status.",
        "name": "complete"
      },
      {
        "value": "error",
        "description": "Error status.",
        "name": "error"
      }
    ]
  }
}