Microsoft Graph · Schema

vppTokenState

Possible states associated with an Apple Volume Purchase Program token.

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphvpptokenstate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.vppTokenState",
  "title": "vppTokenState",
  "enum": [
    "unknown",
    "valid",
    "expired",
    "invalid",
    "assignedToExternalMDM"
  ],
  "type": "string",
  "description": "Possible states associated with an Apple Volume Purchase Program token.",
  "x-ms-enum": {
    "name": "vppTokenState",
    "modelAsString": false,
    "values": [
      {
        "value": "unknown",
        "description": "Default state.",
        "name": "unknown"
      },
      {
        "value": "valid",
        "description": "Token is valid.",
        "name": "valid"
      },
      {
        "value": "expired",
        "description": "Token is expired.",
        "name": "expired"
      },
      {
        "value": "invalid",
        "description": "Token is invalid.",
        "name": "invalid"
      },
      {
        "value": "assignedToExternalMDM",
        "description": "Token is managed by another MDM Service.",
        "name": "assignedToExternalMDM"
      }
    ]
  }
}