Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Namespace: microsoft.graph
Contains triggers for policies associated with the start and end of working hours for users.
Methods
| Method | Return type | Description |
|---|---|---|
| Get | workingTimeSchedule | Read the properties and relationships of a workingTimeSchedule object. |
| Start working time | None | Trigger the policies associated with the start of working hours for a specific user. |
| End working time | None | Trigger the policies associated with the end of working hours for a specific user. |
Properties
| Property | Type | Description |
|---|---|---|
| id | String | The unique identifier for the working time schedule. Read-only. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.workingTimeSchedule",
"id": "String (identifier)"
}