Microsoft Graph · Schema

microsoft.graph.locateDeviceActionResult

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphlocatedeviceactionresult-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.locateDeviceActionResult",
  "title": "microsoft.graph.locateDeviceActionResult",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.deviceActionResult"
    },
    {
      "title": "locateDeviceActionResult",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "deviceLocation": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.deviceGeoLocation"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "device location"
        },
        "@odata.type": {
          "type": "string"
        }
      },
      "description": "Locate device action result"
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.locateDeviceActionResult"
}