Microsoft Graph · Schema

assignedLabel

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
displayName string The display name of the label. Read-only.
labelId string The unique identifier of the label.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphassignedlabel-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.assignedLabel",
  "title": "assignedLabel",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "displayName": {
      "type": "string",
      "description": "The display name of the label. Read-only.",
      "nullable": true
    },
    "labelId": {
      "type": "string",
      "description": "The unique identifier of the label.",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}