| title | timeClockSettings resource type |
|---|---|
| description | Represents timeclock settings for a schedule. |
| author | akumar39 |
| ms.localizationpriority | medium |
| ms.subservice | teams |
| doc_type | resourcePageType |
| ms.date | 07/25/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
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.
{
"approvedLocation": {
"altitude": {"@odata.type": "microsoft.graph.GeoCoordinates"},
"latitude": {"@odata.type": "microsoft.graph.GeoCoordinates"},
"longitude": {"@odata.type": "microsoft.graph.GeoCoordinates"}
}
}