AssignedLicense

Represents a license assigned to a user.

CloudCollaborationEnterpriseMicrosoftProductivity

Properties

Name Type Description
disabledPlans array A collection of unique identifiers for disabled plans.
skuId string The unique identifier for the SKU.
View JSON Schema on GitHub

JSON Schema

microsoft-graph-assigned-license-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AssignedLicense",
  "type": "object",
  "description": "Represents a license assigned to a user.",
  "properties": {
    "disabledPlans": {
      "type": "array",
      "description": "A collection of unique identifiers for disabled plans."
    },
    "skuId": {
      "type": "string",
      "description": "The unique identifier for the SKU."
    }
  }
}