|
446 | 446 | <Member Name="federatedMultiFactor" Value="32768" /> |
447 | 447 | <Member Name="unknownFutureValue" Value="65536" /> |
448 | 448 | </EnumType> |
| 449 | + <EnumType Name="authenticationMethodPlatform"> |
| 450 | + <Member Name="unknown" Value="0" /> |
| 451 | + <Member Name="windows" Value="1" /> |
| 452 | + <Member Name="macOS" Value="2" /> |
| 453 | + <Member Name="iOS" Value="3" /> |
| 454 | + <Member Name="android" Value="4" /> |
| 455 | + <Member Name="linux" Value="5" /> |
| 456 | + <Member Name="unknownFutureValue" Value="6" /> |
| 457 | + </EnumType> |
449 | 458 | <EnumType Name="authenticationMethodSignInState"> |
450 | 459 | <Member Name="notSupported" Value="0" /> |
451 | 460 | <Member Name="notAllowedByPolicy" Value="1" /> |
|
8082 | 8091 | <NavigationProperty Name="attributes" Type="Collection(graph.identityUserFlowAttribute)" /> |
8083 | 8092 | </ComplexType> |
8084 | 8093 | <ComplexType Name="onAttributeCollectionHandler" Abstract="true" /> |
| 8094 | + <ComplexType Name="onAttributeCollectionStartCustomExtensionHandler" BaseType="graph.onAttributeCollectionStartHandler"> |
| 8095 | + <Property Name="configuration" Type="graph.customExtensionOverwriteConfiguration" /> |
| 8096 | + <NavigationProperty Name="customExtension" Type="graph.onAttributeCollectionStartCustomExtension" /> |
| 8097 | + </ComplexType> |
| 8098 | + <ComplexType Name="onAttributeCollectionStartHandler" Abstract="true" /> |
| 8099 | + <ComplexType Name="onAttributeCollectionSubmitCustomExtensionHandler" BaseType="graph.onAttributeCollectionSubmitHandler"> |
| 8100 | + <Property Name="configuration" Type="graph.customExtensionOverwriteConfiguration" /> |
| 8101 | + <NavigationProperty Name="customExtension" Type="graph.onAttributeCollectionSubmitCustomExtension" /> |
| 8102 | + </ComplexType> |
| 8103 | + <ComplexType Name="onAttributeCollectionSubmitHandler" Abstract="true" /> |
8085 | 8104 | <ComplexType Name="onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp" BaseType="graph.onAuthenticationMethodLoadStartHandler"> |
8086 | 8105 | <NavigationProperty Name="identityProviders" Type="Collection(graph.identityProviderBase)" /> |
8087 | 8106 | </ComplexType> |
|
11058 | 11077 | <EntityType Name="attendanceRecord" BaseType="graph.entity"> |
11059 | 11078 | <Property Name="attendanceIntervals" Type="Collection(graph.attendanceInterval)" /> |
11060 | 11079 | <Property Name="emailAddress" Type="Edm.String" /> |
| 11080 | + <Property Name="externalRegistrationInformation" Type="graph.virtualEventExternalRegistrationInformation" /> |
11061 | 11081 | <Property Name="identity" Type="graph.identity" /> |
| 11082 | + <Property Name="registrationId" Type="Edm.String" /> |
11062 | 11083 | <Property Name="role" Type="Edm.String" /> |
11063 | 11084 | <Property Name="totalAttendanceInSeconds" Type="Edm.Int32" /> |
11064 | 11085 | </EntityType> |
|
11100 | 11121 | <NavigationProperty Name="operations" Type="Collection(graph.longRunningOperation)" ContainsTarget="true" /> |
11101 | 11122 | <NavigationProperty Name="passwordMethods" Type="Collection(graph.passwordAuthenticationMethod)" ContainsTarget="true" /> |
11102 | 11123 | <NavigationProperty Name="phoneMethods" Type="Collection(graph.phoneAuthenticationMethod)" ContainsTarget="true" /> |
| 11124 | + <NavigationProperty Name="platformCredentialMethods" Type="Collection(graph.platformCredentialAuthenticationMethod)" ContainsTarget="true" /> |
11103 | 11125 | <NavigationProperty Name="softwareOathMethods" Type="Collection(graph.softwareOathAuthenticationMethod)" ContainsTarget="true" /> |
11104 | 11126 | <NavigationProperty Name="temporaryAccessPassMethods" Type="Collection(graph.temporaryAccessPassAuthenticationMethod)" ContainsTarget="true" /> |
11105 | 11127 | <NavigationProperty Name="windowsHelloForBusinessMethods" Type="Collection(graph.windowsHelloForBusinessAuthenticationMethod)" ContainsTarget="true" /> |
|
12879 | 12901 | <NavigationProperty Name="users" Type="Collection(graph.educationUser)" /> |
12880 | 12902 | </EntityType> |
12881 | 12903 | <EntityType Name="educationSubmission" BaseType="graph.entity"> |
| 12904 | + <Property Name="assignmentId" Type="Edm.String" /> |
12882 | 12905 | <Property Name="excusedBy" Type="graph.identitySet" /> |
12883 | 12906 | <Property Name="excusedDateTime" Type="Edm.DateTimeOffset" /> |
| 12907 | + <Property Name="lastModifiedBy" Type="graph.identitySet" /> |
| 12908 | + <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /> |
12884 | 12909 | <Property Name="reassignedBy" Type="graph.identitySet" /> |
12885 | 12910 | <Property Name="reassignedDateTime" Type="Edm.DateTimeOffset" /> |
12886 | 12911 | <Property Name="recipient" Type="graph.educationSubmissionRecipient" /> |
|
13129 | 13154 | <EntityType Name="externalDomainName" BaseType="graph.entity" /> |
13130 | 13155 | <EntityType Name="externalUsersSelfServiceSignUpEventsFlow" BaseType="graph.authenticationEventsFlow"> |
13131 | 13156 | <Property Name="onAttributeCollection" Type="graph.onAttributeCollectionHandler" /> |
| 13157 | + <Property Name="onAttributeCollectionStart" Type="graph.onAttributeCollectionStartHandler" /> |
| 13158 | + <Property Name="onAttributeCollectionSubmit" Type="graph.onAttributeCollectionSubmitHandler" /> |
13132 | 13159 | <Property Name="onAuthenticationMethodLoadStart" Type="graph.onAuthenticationMethodLoadStartHandler" /> |
13133 | 13160 | <Property Name="onInteractiveAuthFlowStart" Type="graph.onInteractiveAuthFlowStartHandler" /> |
13134 | 13161 | <Property Name="onUserCreateStart" Type="graph.onUserCreateStartHandler" /> |
|
14248 | 14275 | </EntityType> |
14249 | 14276 | <EntityType Name="mdmWindowsInformationProtectionPolicy" BaseType="graph.windowsInformationProtection" /> |
14250 | 14277 | <EntityType Name="meetingAttendanceReport" BaseType="graph.entity"> |
| 14278 | + <Property Name="externalEventInformation" Type="Collection(graph.virtualEventExternalInformation)" /> |
14251 | 14279 | <Property Name="meetingEndDateTime" Type="Edm.DateTimeOffset" /> |
14252 | 14280 | <Property Name="meetingStartDateTime" Type="Edm.DateTimeOffset" /> |
14253 | 14281 | <Property Name="totalParticipantCount" Type="Edm.Int32" /> |
|
14483 | 14511 | <EntityType Name="onAttributeCollectionListener" BaseType="graph.authenticationEventListener"> |
14484 | 14512 | <Property Name="handler" Type="graph.onAttributeCollectionHandler" /> |
14485 | 14513 | </EntityType> |
| 14514 | + <EntityType Name="onAttributeCollectionStartCustomExtension" BaseType="graph.customAuthenticationExtension" /> |
| 14515 | + <EntityType Name="onAttributeCollectionStartListener" BaseType="graph.authenticationEventListener"> |
| 14516 | + <Property Name="handler" Type="graph.onAttributeCollectionStartHandler" /> |
| 14517 | + </EntityType> |
| 14518 | + <EntityType Name="onAttributeCollectionSubmitCustomExtension" BaseType="graph.customAuthenticationExtension" /> |
| 14519 | + <EntityType Name="onAttributeCollectionSubmitListener" BaseType="graph.authenticationEventListener"> |
| 14520 | + <Property Name="handler" Type="graph.onAttributeCollectionSubmitHandler" /> |
| 14521 | + </EntityType> |
14486 | 14522 | <EntityType Name="onAuthenticationMethodLoadStartListener" BaseType="graph.authenticationEventListener"> |
14487 | 14523 | <Property Name="handler" Type="graph.onAuthenticationMethodLoadStartHandler" /> |
14488 | 14524 | </EntityType> |
|
14916 | 14952 | <NavigationProperty Name="plans" Type="Collection(graph.plannerPlan)" /> |
14917 | 14953 | <NavigationProperty Name="tasks" Type="Collection(graph.plannerTask)" /> |
14918 | 14954 | </EntityType> |
| 14955 | + <EntityType Name="platformCredentialAuthenticationMethod" BaseType="graph.authenticationMethod"> |
| 14956 | + <Property Name="createdDateTime" Type="Edm.DateTimeOffset" /> |
| 14957 | + <Property Name="displayName" Type="Edm.String" /> |
| 14958 | + <Property Name="keyStrength" Type="graph.authenticationMethodKeyStrength" /> |
| 14959 | + <Property Name="platform" Type="graph.authenticationMethodPlatform" /> |
| 14960 | + <NavigationProperty Name="device" Type="graph.device" /> |
| 14961 | + </EntityType> |
14919 | 14962 | <EntityType Name="playPromptOperation" BaseType="graph.commsOperation" OpenType="true" /> |
14920 | 14963 | <EntityType Name="policyBase" BaseType="graph.directoryObject" Abstract="true"> |
14921 | 14964 | <Property Name="description" Type="Edm.String" /> |
|
23461 | 23504 | <Parameter Name="endDateTime" Type="Edm.DateTimeOffset" /> |
23462 | 23505 | <ReturnType Type="Collection(graph.archivedPrintJob)" /> |
23463 | 23506 | </Function> |
| 23507 | + <Function Name="getRecentlyModifiedSubmissions" IsBound="true"> |
| 23508 | + <Parameter Name="bindingParameter" Type="graph.educationClass" /> |
| 23509 | + <ReturnType Type="Collection(graph.educationSubmission)" /> |
| 23510 | + </Function> |
23464 | 23511 | <Function Name="getRecentNotebooks" IsBound="true"> |
23465 | 23512 | <Parameter Name="bindingParameter" Type="Collection(graph.notebook)" /> |
23466 | 23513 | <Parameter Name="includePersonalNotebooks" Type="Edm.Boolean" Nullable="false" /> |
|
26454 | 26501 | </Record> |
26455 | 26502 | </Annotation> |
26456 | 26503 | </Annotations> |
| 26504 | + <Annotations Target="microsoft.graph.authentication/platformCredentialMethods"> |
| 26505 | + <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"> |
| 26506 | + <Record> |
| 26507 | + <PropertyValue Property="Insertable" Bool="false" /> |
| 26508 | + </Record> |
| 26509 | + </Annotation> |
| 26510 | + <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"> |
| 26511 | + <Record> |
| 26512 | + <PropertyValue Property="Updatable" Bool="false" /> |
| 26513 | + </Record> |
| 26514 | + </Annotation> |
| 26515 | + </Annotations> |
26457 | 26516 | <Annotations Target="microsoft.graph.authentication/softwareOathMethods"> |
26458 | 26517 | <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"> |
26459 | 26518 | <Record> |
@@ -30151,12 +30210,21 @@ |
30151 | 30210 | <Annotations Target="microsoft.graph.educationRubric/lastModifiedDateTime"> |
30152 | 30211 | <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /> |
30153 | 30212 | </Annotations> |
| 30213 | + <Annotations Target="microsoft.graph.educationSubmission/assignmentId"> |
| 30214 | + <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /> |
| 30215 | + </Annotations> |
30154 | 30216 | <Annotations Target="microsoft.graph.educationSubmission/excusedBy"> |
30155 | 30217 | <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /> |
30156 | 30218 | </Annotations> |
30157 | 30219 | <Annotations Target="microsoft.graph.educationSubmission/excusedDateTime"> |
30158 | 30220 | <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /> |
30159 | 30221 | </Annotations> |
| 30222 | + <Annotations Target="microsoft.graph.educationSubmission/lastModifiedBy"> |
| 30223 | + <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /> |
| 30224 | + </Annotations> |
| 30225 | + <Annotations Target="microsoft.graph.educationSubmission/lastModifiedDateTime"> |
| 30226 | + <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /> |
| 30227 | + </Annotations> |
30160 | 30228 | <Annotations Target="microsoft.graph.educationSubmission/reassignedBy"> |
30161 | 30229 | <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /> |
30162 | 30230 | </Annotations> |
|
0 commit comments