Microsoft Office 365 · JSON Structure

Microsoft Graph Assigned License Structure

Type: object Properties: 2
CloudCollaborationEnterpriseMicrosoftProductivity

AssignedLicense is a JSON Structure definition published by Microsoft Office 365, describing 2 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

disabledPlans skuId

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "AssignedLicense",
  "type": "object",
  "properties": {
    "disabledPlans": {
      "type": "array"
    },
    "skuId": {
      "type": "string"
    }
  }
}