|
115 | 115 | <Member Name="notApplied" Value="2" /> |
116 | 116 | <Member Name="unknownFutureValue" Value="3" /> |
117 | 117 | </EnumType> |
| 118 | + <EnumType Name="defaultMfaMethodType"> |
| 119 | + <Member Name="none" Value="0" /> |
| 120 | + <Member Name="mobilePhone" Value="1" /> |
| 121 | + <Member Name="alternateMobilePhone" Value="2" /> |
| 122 | + <Member Name="officePhone" Value="3" /> |
| 123 | + <Member Name="microsoftAuthenticatorPush" Value="4" /> |
| 124 | + <Member Name="softwareOneTimePasscode" Value="5" /> |
| 125 | + <Member Name="unknownFutureValue" Value="6" /> |
| 126 | + </EnumType> |
118 | 127 | <EnumType Name="expirationRequirement"> |
119 | 128 | <Member Name="rememberMultifactorAuthenticationOnTrustedDevices" Value="0" /> |
120 | 129 | <Member Name="tenantTokenLifetimePolicy" Value="1" /> |
|
909 | 918 | <Member Name="full" Value="1" /> |
910 | 919 | <Member Name="limited" Value="2" /> |
911 | 920 | </EnumType> |
| 921 | + <EnumType Name="multiFactorAuthConfiguration"> |
| 922 | + <Member Name="notRequired" Value="0" /> |
| 923 | + <Member Name="required" Value="1" /> |
| 924 | + <Member Name="unknownFutureValue" Value="2" /> |
| 925 | + </EnumType> |
912 | 926 | <EnumType Name="policyScope"> |
913 | 927 | <Member Name="none" Value="0" /> |
914 | 928 | <Member Name="all" Value="1" /> |
|
8870 | 8884 | <NavigationProperty Name="messages" Type="Collection(graph.chatMessage)" ContainsTarget="true" /> |
8871 | 8885 | <NavigationProperty Name="operations" Type="Collection(graph.teamsAsyncOperation)" ContainsTarget="true" /> |
8872 | 8886 | <NavigationProperty Name="permissionGrants" Type="Collection(graph.resourceSpecificPermissionGrant)" ContainsTarget="true" /> |
| 8887 | + <NavigationProperty Name="pinnedMessages" Type="Collection(graph.pinnedChatMessageInfo)" ContainsTarget="true" /> |
8873 | 8888 | <NavigationProperty Name="tabs" Type="Collection(graph.teamsTab)" ContainsTarget="true" /> |
8874 | 8889 | </EntityType> |
8875 | 8890 | <EntityType Name="team" BaseType="graph.entity" OpenType="true"> |
|
9237 | 9252 | <NavigationProperty Name="userRegistrationDetails" Type="Collection(graph.userRegistrationDetails)" ContainsTarget="true" /> |
9238 | 9253 | </EntityType> |
9239 | 9254 | <EntityType Name="userRegistrationDetails" BaseType="graph.entity"> |
| 9255 | + <Property Name="defaultMfaMethod" Type="graph.defaultMfaMethodType" /> |
9240 | 9256 | <Property Name="isMfaCapable" Type="Edm.Boolean" Nullable="false" /> |
9241 | 9257 | <Property Name="isMfaRegistered" Type="Edm.Boolean" Nullable="false" /> |
9242 | 9258 | <Property Name="isPasswordlessCapable" Type="Edm.Boolean" Nullable="false" /> |
|
9909 | 9925 | <NavigationProperty Name="authenticationMethodsPolicy" Type="graph.authenticationMethodsPolicy" ContainsTarget="true" /> |
9910 | 9926 | <NavigationProperty Name="authenticationFlowsPolicy" Type="graph.authenticationFlowsPolicy" ContainsTarget="true" /> |
9911 | 9927 | <NavigationProperty Name="b2cAuthenticationMethodsPolicy" Type="graph.b2cAuthenticationMethodsPolicy" ContainsTarget="true" /> |
| 9928 | + <NavigationProperty Name="deviceRegistrationPolicy" Type="graph.deviceRegistrationPolicy" ContainsTarget="true" /> |
9912 | 9929 | <NavigationProperty Name="activityBasedTimeoutPolicies" Type="Collection(graph.activityBasedTimeoutPolicy)" ContainsTarget="true" /> |
9913 | 9930 | <NavigationProperty Name="appManagementPolicies" Type="Collection(graph.appManagementPolicy)" ContainsTarget="true" /> |
9914 | 9931 | <NavigationProperty Name="authorizationPolicy" Type="Collection(graph.authorizationPolicy)" ContainsTarget="true" /> |
|
9942 | 9959 | <Property Name="isPhoneOneTimePasswordAuthenticationEnabled" Type="Edm.Boolean" Nullable="false" /> |
9943 | 9960 | <Property Name="isUserNameAuthenticationEnabled" Type="Edm.Boolean" Nullable="false" /> |
9944 | 9961 | </EntityType> |
| 9962 | + <EntityType Name="deviceRegistrationPolicy" BaseType="graph.entity"> |
| 9963 | + <Property Name="azureADJoin" Type="graph.azureAdJoinPolicy" /> |
| 9964 | + <Property Name="azureADRegistration" Type="graph.azureADRegistrationPolicy" /> |
| 9965 | + <Property Name="description" Type="Edm.String" /> |
| 9966 | + <Property Name="displayName" Type="Edm.String" /> |
| 9967 | + <Property Name="multiFactorAuthConfiguration" Type="graph.multiFactorAuthConfiguration" Nullable="false" /> |
| 9968 | + <Property Name="userDeviceQuota" Type="Edm.Int32" Nullable="false" /> |
| 9969 | + </EntityType> |
9945 | 9970 | <EntityType Name="activityBasedTimeoutPolicy" BaseType="graph.stsPolicy" /> |
9946 | 9971 | <EntityType Name="authorizationPolicy" BaseType="graph.policyBase"> |
9947 | 9972 | <Property Name="allowedToSignUpEmailBasedSubscriptions" Type="Edm.Boolean" Nullable="false" /> |
|
13730 | 13755 | <Property Name="sensitiveTypeIds" Type="Collection(Edm.String)" /> |
13731 | 13756 | <Property Name="text" Type="Edm.String" /> |
13732 | 13757 | </EntityType> |
| 13758 | + <ComplexType Name="azureAdJoinPolicy" OpenType="true"> |
| 13759 | + <Property Name="allowedGroups" Type="Collection(Edm.String)" /> |
| 13760 | + <Property Name="allowedUsers" Type="Collection(Edm.String)" /> |
| 13761 | + <Property Name="appliesTo" Type="graph.policyScope" /> |
| 13762 | + <Property Name="isAdminConfigurable" Type="Edm.Boolean" /> |
| 13763 | + </ComplexType> |
| 13764 | + <ComplexType Name="azureADRegistrationPolicy" OpenType="true"> |
| 13765 | + <Property Name="allowedGroups" Type="Collection(Edm.String)" /> |
| 13766 | + <Property Name="allowedUsers" Type="Collection(Edm.String)" /> |
| 13767 | + <Property Name="appliesTo" Type="graph.policyScope" /> |
| 13768 | + <Property Name="isAdminConfigurable" Type="Edm.Boolean" /> |
| 13769 | + </ComplexType> |
13733 | 13770 | <ComplexType Name="preAuthorizedApplication"> |
13734 | 13771 | <Property Name="appId" Type="Edm.String" Nullable="false" /> |
13735 | 13772 | <Property Name="permissionIds" Type="Collection(Edm.String)" /> |
|
27808 | 27845 | <Property Name="isDeleted" Type="Edm.Boolean" /> |
27809 | 27846 | <Property Name="messageType" Type="graph.chatMessageType" Nullable="false" /> |
27810 | 27847 | </EntityType> |
| 27848 | + <EntityType Name="pinnedChatMessageInfo" BaseType="graph.entity"> |
| 27849 | + <NavigationProperty Name="message" Type="graph.chatMessage" /> |
| 27850 | + </EntityType> |
27811 | 27851 | <EntityType Name="teamworkHostedContent" BaseType="graph.entity" HasStream="true"> |
27812 | 27852 | <Property Name="contentBytes" Type="Edm.Binary" /> |
27813 | 27853 | <Property Name="contentType" Type="Edm.String" /> |
|
35641 | 35681 | <Singleton Name="trustFramework" Type="microsoft.graph.trustFramework" /> |
35642 | 35682 | <Singleton Name="dataClassification" Type="microsoft.graph.dataClassificationService" /> |
35643 | 35683 | <Singleton Name="informationProtection" Type="microsoft.graph.informationProtection" /> |
| 35684 | + <Singleton Name="deviceRegistrationPolicy" Type="microsoft.graph.deviceRegistrationPolicy" /> |
35644 | 35685 | <Singleton Name="branding" Type="microsoft.graph.organizationalBranding" /> |
35645 | 35686 | <Singleton Name="directory" Type="microsoft.graph.directory"> |
35646 | 35687 | <NavigationPropertyBinding Path="administrativeUnits/members" Target="directoryObjects" /> |
|
45614 | 45655 | <Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="true" /> |
45615 | 45656 | <Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" /> |
45616 | 45657 | </Annotations> |
| 45658 | + <Annotations Target="microsoft.graph.deviceRegistrationPolicy"> |
| 45659 | + <Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"> |
| 45660 | + <Record> |
| 45661 | + <PropertyValue Property="Countable" Bool="false" /> |
| 45662 | + </Record> |
| 45663 | + </Annotation> |
| 45664 | + <Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"> |
| 45665 | + <Record> |
| 45666 | + <PropertyValue Property="Deletable" Bool="false" /> |
| 45667 | + </Record> |
| 45668 | + </Annotation> |
| 45669 | + <Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions"> |
| 45670 | + <Record> |
| 45671 | + <PropertyValue Property="Expandable" Bool="false" /> |
| 45672 | + </Record> |
| 45673 | + </Annotation> |
| 45674 | + <Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"> |
| 45675 | + <Record> |
| 45676 | + <PropertyValue Property="Filterable" Bool="false" /> |
| 45677 | + </Record> |
| 45678 | + </Annotation> |
| 45679 | + <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"> |
| 45680 | + <Record> |
| 45681 | + <PropertyValue Property="Insertable" Bool="true" /> |
| 45682 | + </Record> |
| 45683 | + </Annotation> |
| 45684 | + <Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" /> |
| 45685 | + <Annotation Term="Org.OData.Capabilities.V1.SortRestrictions"> |
| 45686 | + <Record> |
| 45687 | + <PropertyValue Property="Sortable" Bool="false" /> |
| 45688 | + </Record> |
| 45689 | + </Annotation> |
| 45690 | + <Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" /> |
| 45691 | + <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"> |
| 45692 | + <Record> |
| 45693 | + <PropertyValue Property="Updatable" Bool="false" /> |
| 45694 | + </Record> |
| 45695 | + </Annotation> |
| 45696 | + </Annotations> |
45617 | 45697 | <Annotations Target="microsoft.graph.crossTenantAccessPolicy"> |
45618 | 45698 | <Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"> |
45619 | 45699 | <Record> |
|
0 commit comments