|
1046 | 1046 | <Member Name="delegateWithPrivateEventAccess" Value="6" /> |
1047 | 1047 | <Member Name="custom" Value="7" /> |
1048 | 1048 | </EnumType> |
| 1049 | + <EnumType Name="calendarSharingAction"> |
| 1050 | + <Member Name="accept" Value="0" /> |
| 1051 | + <Member Name="acceptAndViewCalendar" Value="1" /> |
| 1052 | + <Member Name="viewCalendar" Value="2" /> |
| 1053 | + <Member Name="addThisCalendar" Value="3" /> |
| 1054 | + </EnumType> |
| 1055 | + <EnumType Name="calendarSharingActionImportance"> |
| 1056 | + <Member Name="primary" Value="0" /> |
| 1057 | + <Member Name="secondary" Value="1" /> |
| 1058 | + </EnumType> |
| 1059 | + <EnumType Name="calendarSharingActionType"> |
| 1060 | + <Member Name="accept" Value="0" /> |
| 1061 | + </EnumType> |
1049 | 1062 | <EnumType Name="callRecordingStatus"> |
1050 | 1063 | <Member Name="success" Value="0" /> |
1051 | 1064 | <Member Name="failure" Value="1" /> |
|
3511 | 3524 | <Member Name="promptForCredentialsOnTheSecureDesktop" Value="2" /> |
3512 | 3525 | <Member Name="promptForCredentials" Value="3" /> |
3513 | 3526 | </EnumType> |
| 3527 | + <EnumType Name="locationType"> |
| 3528 | + <Member Name="default" Value="0" /> |
| 3529 | + <Member Name="conferenceRoom" Value="1" /> |
| 3530 | + <Member Name="homeAddress" Value="2" /> |
| 3531 | + <Member Name="businessAddress" Value="3" /> |
| 3532 | + <Member Name="geoCoordinates" Value="4" /> |
| 3533 | + <Member Name="streetAddress" Value="5" /> |
| 3534 | + <Member Name="hotel" Value="6" /> |
| 3535 | + <Member Name="restaurant" Value="7" /> |
| 3536 | + <Member Name="localBusiness" Value="8" /> |
| 3537 | + <Member Name="postalAddress" Value="9" /> |
| 3538 | + </EnumType> |
| 3539 | + <EnumType Name="locationUniqueIdType"> |
| 3540 | + <Member Name="unknown" Value="0" /> |
| 3541 | + <Member Name="locationStore" Value="1" /> |
| 3542 | + <Member Name="directory" Value="2" /> |
| 3543 | + <Member Name="private" Value="3" /> |
| 3544 | + <Member Name="bing" Value="4" /> |
| 3545 | + </EnumType> |
3514 | 3546 | <EnumType Name="longRunningOperationStatus"> |
3515 | 3547 | <Member Name="notStarted" Value="0" /> |
3516 | 3548 | <Member Name="running" Value="1" /> |
|
5492 | 5524 | </EnumType> |
5493 | 5525 | <EnumType Name="siteTemplateType"> |
5494 | 5526 | <Member Name="sitepagepublishing" Value="0" /> |
5495 | | - <Member Name="group" Value="1" /> |
5496 | 5527 | <Member Name="sts" Value="2" /> |
5497 | 5528 | <Member Name="unknownFutureValue" Value="3" /> |
5498 | 5529 | </EnumType> |
|
5894 | 5925 | <Member Name="fido2SecurityKey" Value="25" /> |
5895 | 5926 | <Member Name="oneTimePasscode" Value="26" /> |
5896 | 5927 | <Member Name="passKeySynced" Value="27" /> |
| 5928 | + <Member Name="qrCode" Value="28" /> |
5897 | 5929 | </EnumType> |
5898 | 5930 | <EnumType Name="userAction"> |
5899 | 5931 | <Member Name="registerSecurityInformation" Value="0" /> |
|
7910 | 7942 | <Property Name="formula" Type="Edm.String" /> |
7911 | 7943 | <Property Name="outputType" Type="Edm.String" /> |
7912 | 7944 | </ComplexType> |
| 7945 | + <ComplexType Name="calendarSharingMessageAction"> |
| 7946 | + <Property Name="action" Type="graph.calendarSharingAction" /> |
| 7947 | + <Property Name="actionType" Type="graph.calendarSharingActionType" /> |
| 7948 | + <Property Name="importance" Type="graph.calendarSharingActionImportance" /> |
| 7949 | + </ComplexType> |
7913 | 7950 | <ComplexType Name="callEndedEventMessageDetail" BaseType="graph.eventMessageDetail"> |
7914 | 7951 | <Property Name="callDuration" Type="Edm.Duration" /> |
7915 | 7952 | <Property Name="callEventType" Type="graph.teamworkCallEventType" /> |
|
8494 | 8531 | <Property Name="name" Type="Edm.String" /> |
8495 | 8532 | <Property Name="sanType" Type="graph.subjectAlternativeNameType" Nullable="false" /> |
8496 | 8533 | </ComplexType> |
| 8534 | + <ComplexType Name="customTimeZone" BaseType="graph.timeZoneBase"> |
| 8535 | + <Property Name="bias" Type="Edm.Int32" /> |
| 8536 | + <Property Name="daylightOffset" Type="graph.daylightTimeZoneOffset" /> |
| 8537 | + <Property Name="standardOffset" Type="graph.standardTimeZoneOffset" /> |
| 8538 | + </ComplexType> |
8497 | 8539 | <ComplexType Name="customUpdateTimeWindow"> |
8498 | 8540 | <Property Name="endDay" Type="graph.dayOfWeek" Nullable="false" /> |
8499 | 8541 | <Property Name="endTime" Type="Edm.TimeOfDay" Nullable="false" /> |
|
8512 | 8554 | <Property Name="dateTime" Type="Edm.String" Nullable="false" /> |
8513 | 8555 | <Property Name="timeZone" Type="Edm.String" /> |
8514 | 8556 | </ComplexType> |
| 8557 | + <ComplexType Name="daylightTimeZoneOffset" BaseType="graph.standardTimeZoneOffset"> |
| 8558 | + <Property Name="daylightBias" Type="Edm.Int32" /> |
| 8559 | + </ComplexType> |
8515 | 8560 | <ComplexType Name="decisionItemPrincipalResourceMembership"> |
8516 | 8561 | <Property Name="membershipType" Type="graph.decisionItemPrincipalResourceMembershipType" Nullable="false" /> |
8517 | 8562 | </ComplexType> |
|
10220 | 10265 | <Property Name="coordinates" Type="graph.outlookGeoCoordinates" /> |
10221 | 10266 | <Property Name="displayName" Type="Edm.String" /> |
10222 | 10267 | <Property Name="locationEmailAddress" Type="Edm.String" /> |
| 10268 | + <Property Name="locationType" Type="graph.locationType" /> |
10223 | 10269 | <Property Name="locationUri" Type="Edm.String" /> |
| 10270 | + <Property Name="uniqueId" Type="Edm.String" /> |
| 10271 | + <Property Name="uniqueIdType" Type="graph.locationUniqueIdType" /> |
10224 | 10272 | </ComplexType> |
10225 | 10273 | <ComplexType Name="locationConstraint"> |
10226 | 10274 | <Property Name="isRequired" Type="Edm.Boolean" /> |
|
11903 | 11951 | <ComplexType Name="specifiedCaptiveNetworkPlugins"> |
11904 | 11952 | <Property Name="allowedBundleIdentifiers" Type="Collection(Edm.String)" /> |
11905 | 11953 | </ComplexType> |
| 11954 | + <ComplexType Name="standardTimeZoneOffset"> |
| 11955 | + <Property Name="dayOccurrence" Type="Edm.Int32" /> |
| 11956 | + <Property Name="dayOfWeek" Type="graph.dayOfWeek" /> |
| 11957 | + <Property Name="month" Type="Edm.Int32" /> |
| 11958 | + <Property Name="time" Type="Edm.TimeOfDay" /> |
| 11959 | + <Property Name="year" Type="Edm.Int32" /> |
| 11960 | + </ComplexType> |
11906 | 11961 | <ComplexType Name="statusBase"> |
11907 | 11962 | <Property Name="status" Type="graph.provisioningResult" /> |
11908 | 11963 | </ComplexType> |
|
15408 | 15463 | <Property Name="isRemovable" Type="Edm.Boolean" /> |
15409 | 15464 | <Property Name="role" Type="graph.calendarRoleType" /> |
15410 | 15465 | </EntityType> |
| 15466 | + <EntityType Name="calendarSharingMessage" BaseType="graph.message"> |
| 15467 | + <Property Name="canAccept" Type="Edm.Boolean" /> |
| 15468 | + <Property Name="sharingMessageAction" Type="graph.calendarSharingMessageAction" /> |
| 15469 | + <Property Name="sharingMessageActions" Type="Collection(graph.calendarSharingMessageAction)" /> |
| 15470 | + <Property Name="suggestedCalendarName" Type="Edm.String" /> |
| 15471 | + </EntityType> |
15411 | 15472 | <EntityType Name="canvasLayout" BaseType="graph.entity"> |
15412 | 15473 | <NavigationProperty Name="horizontalSections" Type="Collection(graph.horizontalSection)" ContainsTarget="true" /> |
15413 | 15474 | <NavigationProperty Name="verticalSection" Type="graph.verticalSection" ContainsTarget="true" /> |
|
18288 | 18349 | <NavigationProperty Name="groupPolicyOperations" Type="Collection(graph.groupPolicyOperation)" /> |
18289 | 18350 | </EntityType> |
18290 | 18351 | <EntityType Name="groupPolicyUploadedPresentation" BaseType="graph.groupPolicyPresentation" /> |
| 18352 | + <EntityType Name="groupResource" BaseType="graph.directoryObject" /> |
18291 | 18353 | <EntityType Name="hardwareConfiguration" BaseType="graph.entity"> |
18292 | 18354 | <Property Name="configurationFileContent" Type="Edm.Binary" Nullable="false" /> |
18293 | 18355 | <Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /> |
|
21172 | 21234 | <NavigationProperty Name="eligibilityScheduleInstances" Type="Collection(graph.privilegedAccessGroupEligibilityScheduleInstance)" ContainsTarget="true" /> |
21173 | 21235 | <NavigationProperty Name="eligibilityScheduleRequests" Type="Collection(graph.privilegedAccessGroupEligibilityScheduleRequest)" ContainsTarget="true" /> |
21174 | 21236 | <NavigationProperty Name="eligibilitySchedules" Type="Collection(graph.privilegedAccessGroupEligibilitySchedule)" ContainsTarget="true" /> |
| 21237 | + <NavigationProperty Name="resources" Type="Collection(graph.groupResource)" ContainsTarget="true" /> |
21175 | 21238 | </EntityType> |
21176 | 21239 | <EntityType Name="privilegedAccessGroupAssignmentSchedule" BaseType="graph.privilegedAccessSchedule"> |
21177 | 21240 | <Property Name="accessId" Type="graph.privilegedAccessGroupRelationships" /> |
|
25401 | 25464 | <Property Name="displayName" Type="Edm.String" Nullable="false" /> |
25402 | 25465 | <Property Name="roleScopeTagIds" Type="Collection(Edm.String)" /> |
25403 | 25466 | </EntityType> |
| 25467 | + <Action Name="accept" IsBound="true"> |
| 25468 | + <Parameter Name="bindingParameter" Type="graph.calendarSharingMessage" /> |
| 25469 | + <ReturnType Type="graph.calendar" Nullable="false" /> |
| 25470 | + </Action> |
25404 | 25471 | <Action Name="accept" IsBound="true"> |
25405 | 25472 | <Parameter Name="bindingParameter" Type="graph.event" /> |
25406 | 25473 | <Parameter Name="Comment" Type="Edm.String" Unicode="false" /> |
|
27977 | 28044 | <Parameter Name="bindingParameter" Type="graph.managedDevice" /> |
27978 | 28045 | <Parameter Name="pauseTimePeriodInMinutes" Type="Edm.Int32" Nullable="false" /> |
27979 | 28046 | </Action> |
| 28047 | + <Action Name="permanentDelete" IsBound="true"> |
| 28048 | + <Parameter Name="bindingParameter" Type="graph.calendar" /> |
| 28049 | + </Action> |
27980 | 28050 | <Action Name="permanentDelete" IsBound="true"> |
27981 | 28051 | <Parameter Name="bindingParameter" Type="graph.driveItem" /> |
27982 | 28052 | </Action> |
| 28053 | + <Action Name="permanentDelete" IsBound="true"> |
| 28054 | + <Parameter Name="bindingParameter" Type="graph.event" /> |
| 28055 | + </Action> |
27983 | 28056 | <Action Name="permanentDelete" IsBound="true"> |
27984 | 28057 | <Parameter Name="bindingParameter" Type="graph.fileStorageContainer" /> |
27985 | 28058 | </Action> |
|
0 commit comments