Microsoft Graph · Schema

windowsDeviceUsageType

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphwindowsdeviceusagetype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.windowsDeviceUsageType",
  "title": "windowsDeviceUsageType",
  "enum": [
    "singleUser",
    "shared",
    "unknownFutureValue"
  ],
  "type": "string",
  "x-ms-enum": {
    "name": "windowsDeviceUsageType",
    "modelAsString": false,
    "values": [
      {
        "value": "singleUser",
        "description": "Default. Indicates that a device is a single-user device.",
        "name": "singleUser"
      },
      {
        "value": "shared",
        "description": "Indicates that a device is a multi-user device.",
        "name": "shared"
      },
      {
        "value": "unknownFutureValue",
        "description": "Evolvable enumeration sentinel value. Do not use.",
        "name": "unknownFutureValue"
      }
    ]
  }
}