Microsoft Graph · Schema

microsoft.graph.deviceCategory

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphdevicecategory-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.deviceCategory",
  "title": "microsoft.graph.deviceCategory",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.entity"
    },
    {
      "title": "deviceCategory",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "description": {
          "type": "string",
          "description": "Optional description for the device category.",
          "nullable": true
        },
        "displayName": {
          "type": "string",
          "description": "Display name for the device category.",
          "nullable": true
        },
        "@odata.type": {
          "type": "string"
        }
      },
      "description": "Device categories provides a way to organize your devices. Using device categories, company administrators can define their own categories that make sense to their company.\u00a0These categories can then be applied to a device in the Intune Azure console or selected by a user during device enrollment. You can filter reports and create dynamic Azure Active Directory device groups based on device categories."
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.deviceCategory"
}