|
131 | 131 | <Member Name="exclude" Value="1" /> |
132 | 132 | <Member Name="unknownFutureValue" Value="2" /> |
133 | 133 | </EnumType> |
| 134 | + <EnumType Name="activityDomain"> |
| 135 | + <Member Name="unknown" Value="0" /> |
| 136 | + <Member Name="work" Value="1" /> |
| 137 | + <Member Name="personal" Value="2" /> |
| 138 | + <Member Name="unrestricted" Value="3" /> |
| 139 | + </EnumType> |
134 | 140 | <EnumType Name="activityType"> |
135 | 141 | <Member Name="signin" Value="0" /> |
136 | 142 | <Member Name="user" Value="1" /> |
|
7979 | 7985 | <Property Name="proposedNewTime" Type="graph.timeSlot" /> |
7980 | 7986 | <Property Name="status" Type="graph.responseStatus" /> |
7981 | 7987 | </ComplexType> |
| 7988 | + <ComplexType Name="attendeeAvailability"> |
| 7989 | + <Property Name="attendee" Type="graph.attendeeBase" /> |
| 7990 | + <Property Name="availability" Type="graph.freeBusyStatus" /> |
| 7991 | + </ComplexType> |
7982 | 7992 | <ComplexType Name="attendeeBase" BaseType="graph.recipient"> |
7983 | 7993 | <Property Name="type" Type="graph.attendeeType" /> |
7984 | 7994 | </ComplexType> |
|
10584 | 10594 | <Property Name="uniqueId" Type="Edm.String" /> |
10585 | 10595 | <Property Name="uniqueIdType" Type="graph.locationUniqueIdType" /> |
10586 | 10596 | </ComplexType> |
| 10597 | + <ComplexType Name="locationConstraint"> |
| 10598 | + <Property Name="isRequired" Type="Edm.Boolean" /> |
| 10599 | + <Property Name="locations" Type="Collection(graph.locationConstraintItem)" /> |
| 10600 | + <Property Name="suggestLocation" Type="Edm.Boolean" /> |
| 10601 | + </ComplexType> |
| 10602 | + <ComplexType Name="locationConstraintItem" BaseType="graph.location"> |
| 10603 | + <Property Name="resolveAvailability" Type="Edm.Boolean" /> |
| 10604 | + </ComplexType> |
10587 | 10605 | <ComplexType Name="loggedOnUser"> |
10588 | 10606 | <Property Name="lastLogOnDateTime" Type="Edm.DateTimeOffset" Nullable="false" /> |
10589 | 10607 | <Property Name="userId" Type="Edm.String" /> |
|
10943 | 10961 | <Property Name="meetingChatEnabled" Type="Edm.Boolean" /> |
10944 | 10962 | <Property Name="meetingChatId" Type="Edm.String" /> |
10945 | 10963 | </ComplexType> |
| 10964 | + <ComplexType Name="meetingTimeSuggestion"> |
| 10965 | + <Property Name="attendeeAvailability" Type="Collection(graph.attendeeAvailability)" /> |
| 10966 | + <Property Name="confidence" Type="Edm.Double" /> |
| 10967 | + <Property Name="locations" Type="Collection(graph.location)" /> |
| 10968 | + <Property Name="meetingTimeSlot" Type="graph.timeSlot" /> |
| 10969 | + <Property Name="order" Type="Edm.Int32" /> |
| 10970 | + <Property Name="organizerAvailability" Type="graph.freeBusyStatus" /> |
| 10971 | + <Property Name="suggestionReason" Type="Edm.String" /> |
| 10972 | + </ComplexType> |
| 10973 | + <ComplexType Name="meetingTimeSuggestionsResult"> |
| 10974 | + <Property Name="emptySuggestionsReason" Type="Edm.String" /> |
| 10975 | + <Property Name="meetingTimeSuggestions" Type="Collection(graph.meetingTimeSuggestion)" /> |
| 10976 | + </ComplexType> |
10946 | 10977 | <ComplexType Name="membersAddedEventMessageDetail" BaseType="graph.eventMessageDetail"> |
10947 | 10978 | <Property Name="initiator" Type="graph.identitySet" /> |
10948 | 10979 | <Property Name="members" Type="Collection(graph.teamworkUserIdentity)" /> |
|
12957 | 12988 | <Property Name="ticketNumber" Type="Edm.String" /> |
12958 | 12989 | <Property Name="ticketSystem" Type="Edm.String" /> |
12959 | 12990 | </ComplexType> |
| 12991 | + <ComplexType Name="timeConstraint"> |
| 12992 | + <Property Name="activityDomain" Type="graph.activityDomain" /> |
| 12993 | + <Property Name="recurrence" Type="graph.patternedRecurrence" /> |
| 12994 | + <Property Name="timeSlots" Type="Collection(graph.timeSlot)" /> |
| 12995 | + </ComplexType> |
12960 | 12996 | <ComplexType Name="timeSeriesParameter"> |
12961 | 12997 | <Property Name="endDateTime" Type="Edm.DateTimeOffset" /> |
12962 | 12998 | <Property Name="metricName" Type="Edm.String" /> |
|
26931 | 26967 | <Parameter Name="messageIds" Type="Collection(Edm.String)" Unicode="false" /> |
26932 | 26968 | <ReturnType Type="Edm.Boolean" /> |
26933 | 26969 | </Action> |
| 26970 | + <Action Name="findMeetingTimes" IsBound="true"> |
| 26971 | + <Parameter Name="bindingParameter" Type="graph.user" /> |
| 26972 | + <Parameter Name="attendees" Type="Collection(graph.attendeeBase)" /> |
| 26973 | + <Parameter Name="locationConstraint" Type="graph.locationConstraint" /> |
| 26974 | + <Parameter Name="timeConstraint" Type="graph.timeConstraint" /> |
| 26975 | + <Parameter Name="meetingDuration" Type="Edm.Duration" /> |
| 26976 | + <Parameter Name="maxCandidates" Type="Edm.Int32" /> |
| 26977 | + <Parameter Name="isOrganizerOptional" Type="Edm.Boolean" /> |
| 26978 | + <Parameter Name="returnSuggestionReasons" Type="Edm.Boolean" /> |
| 26979 | + <Parameter Name="minimumAttendeePercentage" Type="Edm.Double" /> |
| 26980 | + <ReturnType Type="graph.meetingTimeSuggestionsResult" /> |
| 26981 | + </Action> |
26934 | 26982 | <Action Name="follow" IsBound="true"> |
26935 | 26983 | <Parameter Name="bindingParameter" Type="graph.driveItem" /> |
26936 | 26984 | <ReturnType Type="graph.driveItem" /> |
|
30965 | 31013 | <Singleton Name="policies" Type="microsoft.graph.policyRoot" /> |
30966 | 31014 | <Singleton Name="reports" Type="microsoft.graph.reportRoot" /> |
30967 | 31015 | <Singleton Name="roleManagement" Type="microsoft.graph.roleManagement"> |
| 31016 | + <NavigationPropertyBinding Path="directory/resourceNamespaces/resourceActions/authenticationContext" Target="identity/microsoft.graph.conditionalAccessRoot/conditionalAccess/authenticationContextClassReferences" /> |
30968 | 31017 | <NavigationPropertyBinding Path="enterpriseApps/resourceNamespaces/resourceActions/authenticationContext" Target="identity/microsoft.graph.conditionalAccessRoot/conditionalAccess/authenticationContextClassReferences" /> |
30969 | 31018 | </Singleton> |
30970 | 31019 | <Singleton Name="storage" Type="microsoft.graph.storage" /> |
|
0 commit comments