Skip to content

Latest commit

 

History

History
63 lines (47 loc) · 1.5 KB

File metadata and controls

63 lines (47 loc) · 1.5 KB
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

timeClockSettings resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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.

{
   "approvedLocation": {

           "altitude": {"@odata.type": "microsoft.graph.GeoCoordinates"},

           "latitude": {"@odata.type": "microsoft.graph.GeoCoordinates"},

           "longitude": {"@odata.type": "microsoft.graph.GeoCoordinates"}

        }
}