Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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"
}
}