Bewerken

Delen via


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"
  }
}