Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 877 Bytes

File metadata and controls

43 lines (33 loc) · 877 Bytes
title timeClockSettings resource type
description Represents timeclock settings for a schedule.
author lemike
ms.date 01/17/2025
ms.localizationpriority medium
ms.subservice teams
doc_type resourcePageType

timeClockSettings resource type

Namespace: microsoft.graph

Represents timeclock settings for a schedule.

Properties

Property Type Description
approvedLocation geoCoordinates The approved location of the timeClock.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.timeClockSettings",
  "approvedLocation": {
    "@odata.type": "microsoft.graph.geoCoordinates"
  }
}