Microsoft Graph · Schema

licenseAssignmentState

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
assignedByGroup string
disabledPlans array
error string
lastUpdatedDateTime string
skuId string
state string
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphlicenseassignmentstate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.licenseAssignmentState",
  "title": "licenseAssignmentState",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "assignedByGroup": {
      "type": "string",
      "nullable": true
    },
    "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",
        "nullable": true
      }
    },
    "error": {
      "type": "string",
      "nullable": true
    },
    "lastUpdatedDateTime": {
      "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$",
      "type": "string",
      "format": "date-time",
      "nullable": true
    },
    "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",
      "format": "uuid",
      "nullable": true
    },
    "state": {
      "type": "string",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}