Microsoft Graph · Schema

managedDeviceOwnerType

Owner type of device.

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphmanageddeviceownertype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.managedDeviceOwnerType",
  "title": "managedDeviceOwnerType",
  "enum": [
    "unknown",
    "company",
    "personal",
    "unknownFutureValue"
  ],
  "type": "string",
  "description": "Owner type of device.",
  "x-ms-enum": {
    "name": "managedDeviceOwnerType",
    "modelAsString": false,
    "values": [
      {
        "value": "unknown",
        "description": "Unknown device owner type.",
        "name": "unknown"
      },
      {
        "value": "company",
        "description": "Corporate device owner type.",
        "name": "company"
      },
      {
        "value": "personal",
        "description": "Personal device owner type.",
        "name": "personal"
      },
      {
        "value": "unknownFutureValue",
        "description": "Evolvable enumeration sentinel value. Do not use.",
        "name": "unknownFutureValue"
      }
    ]
  }
}