Microsoft Graph · Schema

timeClockSettings

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
approvedLocation object The approved location of the timeClock.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphtimeclocksettings-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.timeClockSettings",
  "title": "timeClockSettings",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "approvedLocation": {
      "anyOf": [
        {
          "$ref": "#/components/schemas/microsoft.graph.geoCoordinates"
        },
        {
          "type": "object",
          "nullable": true
        }
      ],
      "description": "The approved location of the timeClock."
    },
    "@odata.type": {
      "type": "string"
    }
  }
}