|
16894 | 16894 | <Annotations Target="microsoft.graph.disconnect(microsoft.graph.remoteAssistancePartner)">
|
16895 | 16895 | <Annotation Term="Org.OData.Core.V1.Description" String="A request to remove the active TeamViewer connector"/>
|
16896 | 16896 | </Annotations>
|
| 16897 | + <Annotations Target="microsoft.graph.endWorkingTime(microsoft.graph.workingTimeSchedule)"> |
| 16898 | + <Annotation Term="Org.OData.Core.V1.Description" String="Triggers the policies associated with the end of working hours for user."/> |
| 16899 | + </Annotations> |
| 16900 | + <Annotations Target="microsoft.graph.startWorkingTime(microsoft.graph.workingTimeSchedule)"> |
| 16901 | + <Annotation Term="Org.OData.Core.V1.Description" String="Triggers the policies associated with the start of working hours for user."/> |
| 16902 | + </Annotations> |
16897 | 16903 | </Schema>
|
16898 | 16904 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="microsoft.graph" Alias="graph">
|
16899 | 16905 | <EnumType Name="appliedConditionalAccessPolicyResult">
|
|
23017 | 23023 | <NavigationProperty Name="joinedTeams" Type="Collection(graph.team)" ContainsTarget="true"/>
|
23018 | 23024 | <NavigationProperty Name="permissionGrants" Type="Collection(graph.resourceSpecificPermissionGrant)" ContainsTarget="true"/>
|
23019 | 23025 | <NavigationProperty Name="teamwork" Type="graph.userTeamwork" ContainsTarget="true"/>
|
| 23026 | + <NavigationProperty Name="solutions" Type="graph.userSolutionRoot" ContainsTarget="true"/> |
23020 | 23027 | <NavigationProperty Name="todo" Type="graph.todo" ContainsTarget="true"/>
|
23021 | 23028 | <NavigationProperty Name="employeeExperience" Type="graph.employeeExperienceUser" ContainsTarget="true"/>
|
23022 | 23029 | </EntityType>
|
|
23446 | 23453 | <NavigationProperty Name="associatedTeams" Type="Collection(graph.associatedTeamInfo)" ContainsTarget="true"/>
|
23447 | 23454 | <NavigationProperty Name="installedApps" Type="Collection(graph.userScopeTeamsAppInstallation)" ContainsTarget="true"/>
|
23448 | 23455 | </EntityType>
|
| 23456 | + <EntityType Name="userSolutionRoot" BaseType="graph.entity"> |
| 23457 | + <NavigationProperty Name="workingTimeSchedule" Type="graph.workingTimeSchedule" ContainsTarget="true"/> |
| 23458 | + </EntityType> |
23449 | 23459 | <EntityType Name="todo" BaseType="graph.entity">
|
23450 | 23460 | <NavigationProperty Name="lists" Type="Collection(graph.todoTaskList)" ContainsTarget="true"/>
|
23451 | 23461 | </EntityType>
|
|
34560 | 34570 | <Property Name="sharedTimeOff" Type="graph.timeOffItem"/>
|
34561 | 34571 | <Property Name="userId" Type="Edm.String"/>
|
34562 | 34572 | </EntityType>
|
| 34573 | + <EntityType Name="workingTimeSchedule" BaseType="graph.entity"/> |
34563 | 34574 | <EntityType Name="emailFileAssessmentRequest" BaseType="graph.threatAssessmentRequest">
|
34564 | 34575 | <Property Name="contentData" Type="Edm.String" Nullable="false"/>
|
34565 | 34576 | <Property Name="destinationRoutingReason" Type="graph.mailDestinationRoutingReason"/>
|
|
40310 | 40321 | <Parameter Name="startDateTime" Type="Edm.DateTimeOffset"/>
|
40311 | 40322 | <Parameter Name="endDateTime" Type="Edm.DateTimeOffset"/>
|
40312 | 40323 | </Action>
|
| 40324 | + <Action Name="endWorkingTime" IsBound="true"> |
| 40325 | + <Parameter Name="bindparameter" Type="graph.workingTimeSchedule" Nullable="false"/> |
| 40326 | + </Action> |
| 40327 | + <Action Name="startWorkingTime" IsBound="true"> |
| 40328 | + <Parameter Name="bindparameter" Type="graph.workingTimeSchedule" Nullable="false"/> |
| 40329 | + </Action> |
40313 | 40330 | <EntityContainer Name="GraphService">
|
40314 | 40331 | <EntitySet Name="directoryObjects" EntityType="microsoft.graph.directoryObject"/>
|
40315 | 40332 | <EntitySet Name="invitations" EntityType="microsoft.graph.invitation">
|
|
0 commit comments