Microsoft Graph · Schema

workbookIcon

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
index number The index of the icon in the given set.
set string The set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArr
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphworkbookicon-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.workbookIcon",
  "title": "workbookIcon",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "index": {
      "maximum": 2147483647,
      "minimum": -2147483648,
      "type": "number",
      "description": "The index of the icon in the given set.",
      "format": "int32"
    },
    "set": {
      "type": "string",
      "description": "The set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes."
    },
    "@odata.type": {
      "type": "string"
    }
  }
}