|
452 | 452 | <Member Name="federatedSingleFactor" Value="16384" /> |
453 | 453 | <Member Name="federatedMultiFactor" Value="32768" /> |
454 | 454 | <Member Name="unknownFutureValue" Value="65536" /> |
| 455 | + <Member Name="qrCodePin" Value="131072" /> |
455 | 456 | </EnumType> |
456 | 457 | <EnumType Name="authenticationMethodPlatform"> |
457 | 458 | <Member Name="unknown" Value="0" /> |
|
562 | 563 | <Member Name="x509Certificate" Value="11" /> |
563 | 564 | <Member Name="federation" Value="12" /> |
564 | 565 | <Member Name="unknownFutureValue" Value="13" /> |
| 566 | + <Member Name="qrCodePin" Value="14" /> |
565 | 567 | </EnumType> |
566 | 568 | <EnumType Name="binaryOperator"> |
567 | 569 | <Member Name="or" Value="0" /> |
|
1597 | 1599 | <Member Name="sPRuntimeAccessControl" Value="9" /> |
1598 | 1600 | <Member Name="sPSharingNotifyUser" Value="10" /> |
1599 | 1601 | <Member Name="sPSharingGenerateIncidentReport" Value="11" /> |
| 1602 | + <Member Name="restrictWebGrounding" Value="12" /> |
1600 | 1603 | </EnumType> |
1601 | 1604 | <EnumType Name="driveItemSourceApplication"> |
1602 | 1605 | <Member Name="teams" Value="0" /> |
|
1831 | 1834 | <Member Name="Delete" Value="2" /> |
1832 | 1835 | <Member Name="Update" Value="3" /> |
1833 | 1836 | </EnumType> |
| 1837 | + <EnumType Name="errorCorrectionLevel"> |
| 1838 | + <Member Name="l" Value="1" /> |
| 1839 | + <Member Name="m" Value="2" /> |
| 1840 | + <Member Name="q" Value="3" /> |
| 1841 | + <Member Name="h" Value="4" /> |
| 1842 | + <Member Name="unknownFutureValue" Value="5" /> |
| 1843 | + </EnumType> |
1834 | 1844 | <EnumType Name="escrowBehavior"> |
1835 | 1845 | <Member Name="Default" Value="1" /> |
1836 | 1846 | <Member Name="IgnoreLookupReferenceResolutionFailure" Value="2" /> |
|
9618 | 9628 | <Property Name="message" Type="Edm.String" /> |
9619 | 9629 | <Property Name="target" Type="Edm.String" /> |
9620 | 9630 | </ComplexType> |
| 9631 | + <ComplexType Name="qrCodeImageDetails"> |
| 9632 | + <Property Name="binaryValue" Type="Edm.Binary" /> |
| 9633 | + <Property Name="errorCorrectionLevel" Type="graph.errorCorrectionLevel" /> |
| 9634 | + <Property Name="rawContent" Type="Edm.Binary" /> |
| 9635 | + <Property Name="version" Type="Edm.Int32" /> |
| 9636 | + </ComplexType> |
9621 | 9637 | <ComplexType Name="quota"> |
9622 | 9638 | <Property Name="deleted" Type="Edm.Int64" /> |
9623 | 9639 | <Property Name="remaining" Type="Edm.Int64" /> |
|
15240 | 15256 | <Property Name="uniqueName" Type="Edm.String" /> |
15241 | 15257 | <Property Name="unseenCount" Type="Edm.Int32" /> |
15242 | 15258 | <Property Name="visibility" Type="Edm.String" /> |
| 15259 | + <Property Name="welcomeMessageEnabled" Type="Edm.Boolean" /> |
15243 | 15260 | <NavigationProperty Name="acceptedSenders" Type="Collection(graph.directoryObject)"> |
15244 | 15261 | <Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions"> |
15245 | 15262 | <Record> |
|
17958 | 17975 | <EntityType Name="publicKeyInfrastructureRoot" BaseType="graph.entity"> |
17959 | 17976 | <NavigationProperty Name="certificateBasedAuthConfigurations" Type="Collection(graph.certificateBasedAuthPki)" ContainsTarget="true" /> |
17960 | 17977 | </EntityType> |
| 17978 | + <EntityType Name="qrCode" BaseType="graph.entity"> |
| 17979 | + <Property Name="createdDateTime" Type="Edm.DateTimeOffset" /> |
| 17980 | + <Property Name="expireDateTime" Type="Edm.DateTimeOffset" /> |
| 17981 | + <Property Name="image" Type="graph.qrCodeImageDetails" /> |
| 17982 | + <Property Name="lastUsedDateTime" Type="Edm.DateTimeOffset" /> |
| 17983 | + <Property Name="startDateTime" Type="Edm.DateTimeOffset" /> |
| 17984 | + </EntityType> |
| 17985 | + <EntityType Name="qrCodePinAuthenticationMethod" BaseType="graph.authenticationMethod"> |
| 17986 | + <NavigationProperty Name="pin" Type="graph.qrPin" ContainsTarget="true" /> |
| 17987 | + <NavigationProperty Name="standardQRCode" Type="graph.qrCode" ContainsTarget="true" /> |
| 17988 | + <NavigationProperty Name="temporaryQRCode" Type="graph.qrCode" ContainsTarget="true" /> |
| 17989 | + </EntityType> |
| 17990 | + <EntityType Name="qrCodePinAuthenticationMethodConfiguration" BaseType="graph.authenticationMethodConfiguration"> |
| 17991 | + <Property Name="pinLength" Type="Edm.Int32" /> |
| 17992 | + <Property Name="standardQRCodeLifetimeInDays" Type="Edm.Int32" /> |
| 17993 | + <NavigationProperty Name="includeTargets" Type="Collection(graph.authenticationMethodTarget)" ContainsTarget="true" /> |
| 17994 | + </EntityType> |
| 17995 | + <EntityType Name="qrPin" BaseType="graph.entity"> |
| 17996 | + <Property Name="code" Type="Edm.String" Nullable="false" /> |
| 17997 | + <Property Name="createdDateTime" Type="Edm.DateTimeOffset" /> |
| 17998 | + <Property Name="forceChangePinNextSignIn" Type="Edm.Boolean" /> |
| 17999 | + <Property Name="updatedDateTime" Type="Edm.DateTimeOffset" /> |
| 18000 | + </EntityType> |
17961 | 18001 | <EntityType Name="rbacApplication" BaseType="graph.entity"> |
17962 | 18002 | <NavigationProperty Name="resourceNamespaces" Type="Collection(graph.unifiedRbacResourceNamespace)" ContainsTarget="true" /> |
17963 | 18003 | <NavigationProperty Name="roleAssignments" Type="Collection(graph.unifiedRoleAssignment)" ContainsTarget="true" /> |
|
0 commit comments