Microsoft Graph · Schema

vppTokenAccountType

Possible types of an Apple Volume Purchase Program token.

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphvpptokenaccounttype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.vppTokenAccountType",
  "title": "vppTokenAccountType",
  "enum": [
    "business",
    "education"
  ],
  "type": "string",
  "description": "Possible types of an Apple Volume Purchase Program token.",
  "x-ms-enum": {
    "name": "vppTokenAccountType",
    "modelAsString": false,
    "values": [
      {
        "value": "business",
        "description": "Apple Volume Purchase Program token associated with an business program.",
        "name": "business"
      },
      {
        "value": "education",
        "description": "Apple Volume Purchase Program token associated with an education program.",
        "name": "education"
      }
    ]
  }
}