Microsoft Graph · Schema

vppTokenSyncStatus

Possible sync statuses associated with an Apple Volume Purchase Program token.

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphvpptokensyncstatus-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.vppTokenSyncStatus",
  "title": "vppTokenSyncStatus",
  "enum": [
    "none",
    "inProgress",
    "completed",
    "failed"
  ],
  "type": "string",
  "description": "Possible sync statuses associated with an Apple Volume Purchase Program token.",
  "x-ms-enum": {
    "name": "vppTokenSyncStatus",
    "modelAsString": false,
    "values": [
      {
        "value": "none",
        "description": "Default status.",
        "name": "none"
      },
      {
        "value": "inProgress",
        "description": "Last Sync in progress.",
        "name": "inProgress"
      },
      {
        "value": "completed",
        "description": "Last Sync completed successfully.",
        "name": "completed"
      },
      {
        "value": "failed",
        "description": "Last Sync failed.",
        "name": "failed"
      }
    ]
  }
}