Microsoft Graph · Schema

sensitivityLabelInfo

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
color string
displayName string
priority number
sensitivityLabelId string
tooltip string
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphsensitivitylabelinfo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.sensitivityLabelInfo",
  "title": "sensitivityLabelInfo",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "color": {
      "type": "string",
      "nullable": true
    },
    "displayName": {
      "type": "string",
      "nullable": true
    },
    "priority": {
      "maximum": 2147483647,
      "minimum": -2147483648,
      "type": "number",
      "format": "int32",
      "nullable": true
    },
    "sensitivityLabelId": {
      "type": "string",
      "nullable": true
    },
    "tooltip": {
      "type": "string",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}