Microsoft Graph · Schema

assignedLicense

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
disabledPlans array A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenan
skuId string The unique identifier for the SKU. Corresponds to the skuId from subscribedSkus or companySubscription.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphassignedlicense-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.assignedLicense",
  "title": "assignedLicense",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "disabledPlans": {
      "type": "array",
      "items": {
        "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
        "type": "string",
        "format": "uuid"
      },
      "description": "A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription."
    },
    "skuId": {
      "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
      "type": "string",
      "description": "The unique identifier for the SKU. Corresponds to the skuId from subscribedSkus or companySubscription.",
      "format": "uuid",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}