Microsoft Graph · Schema

vppLicensingType

Contains properties for iOS Volume-Purchased Program (Vpp) Licensing Type.

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
supportsDeviceLicensing boolean Whether the program supports the device licensing type.
supportsUserLicensing boolean Whether the program supports the user licensing type.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphvpplicensingtype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.vppLicensingType",
  "title": "vppLicensingType",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "supportsDeviceLicensing": {
      "type": "boolean",
      "description": "Whether the program supports the device licensing type."
    },
    "supportsUserLicensing": {
      "type": "boolean",
      "description": "Whether the program supports the user licensing type."
    },
    "@odata.type": {
      "type": "string"
    }
  },
  "description": "Contains properties for iOS Volume-Purchased Program (Vpp) Licensing Type."
}