| 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 |
Namespace: microsoft.graph
Represents timeclock settings for a schedule.
| Property | Type | Description |
|---|---|---|
| approvedLocation | geoCoordinates | The approved location of the timeClock. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.timeClockSettings",
"approvedLocation": {
"@odata.type": "microsoft.graph.geoCoordinates"
}
}