Microsoft Graph · Schema

editionUpgradeLicenseType

Edition Upgrade License type

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgrapheditionupgradelicensetype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.editionUpgradeLicenseType",
  "title": "editionUpgradeLicenseType",
  "enum": [
    "productKey",
    "licenseFile"
  ],
  "type": "string",
  "description": "Edition Upgrade License type",
  "x-ms-enum": {
    "name": "editionUpgradeLicenseType",
    "modelAsString": false,
    "values": [
      {
        "value": "productKey",
        "description": "Product Key Type",
        "name": "productKey"
      },
      {
        "value": "licenseFile",
        "description": "License File Type",
        "name": "licenseFile"
      }
    ]
  }
}