Skip to content

Commit 34ae61d

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Updated beta_metadata.xml
1 parent 10fa9cc commit 34ae61d

1 file changed

Lines changed: 80 additions & 0 deletions

File tree

beta_metadata.xml

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,15 @@
115115
<Member Name="notApplied" Value="2" />
116116
<Member Name="unknownFutureValue" Value="3" />
117117
</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>
118127
<EnumType Name="expirationRequirement">
119128
<Member Name="rememberMultifactorAuthenticationOnTrustedDevices" Value="0" />
120129
<Member Name="tenantTokenLifetimePolicy" Value="1" />
@@ -909,6 +918,11 @@
909918
<Member Name="full" Value="1" />
910919
<Member Name="limited" Value="2" />
911920
</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>
912926
<EnumType Name="policyScope">
913927
<Member Name="none" Value="0" />
914928
<Member Name="all" Value="1" />
@@ -8870,6 +8884,7 @@
88708884
<NavigationProperty Name="messages" Type="Collection(graph.chatMessage)" ContainsTarget="true" />
88718885
<NavigationProperty Name="operations" Type="Collection(graph.teamsAsyncOperation)" ContainsTarget="true" />
88728886
<NavigationProperty Name="permissionGrants" Type="Collection(graph.resourceSpecificPermissionGrant)" ContainsTarget="true" />
8887+
<NavigationProperty Name="pinnedMessages" Type="Collection(graph.pinnedChatMessageInfo)" ContainsTarget="true" />
88738888
<NavigationProperty Name="tabs" Type="Collection(graph.teamsTab)" ContainsTarget="true" />
88748889
</EntityType>
88758890
<EntityType Name="team" BaseType="graph.entity" OpenType="true">
@@ -9237,6 +9252,7 @@
92379252
<NavigationProperty Name="userRegistrationDetails" Type="Collection(graph.userRegistrationDetails)" ContainsTarget="true" />
92389253
</EntityType>
92399254
<EntityType Name="userRegistrationDetails" BaseType="graph.entity">
9255+
<Property Name="defaultMfaMethod" Type="graph.defaultMfaMethodType" />
92409256
<Property Name="isMfaCapable" Type="Edm.Boolean" Nullable="false" />
92419257
<Property Name="isMfaRegistered" Type="Edm.Boolean" Nullable="false" />
92429258
<Property Name="isPasswordlessCapable" Type="Edm.Boolean" Nullable="false" />
@@ -9909,6 +9925,7 @@
99099925
<NavigationProperty Name="authenticationMethodsPolicy" Type="graph.authenticationMethodsPolicy" ContainsTarget="true" />
99109926
<NavigationProperty Name="authenticationFlowsPolicy" Type="graph.authenticationFlowsPolicy" ContainsTarget="true" />
99119927
<NavigationProperty Name="b2cAuthenticationMethodsPolicy" Type="graph.b2cAuthenticationMethodsPolicy" ContainsTarget="true" />
9928+
<NavigationProperty Name="deviceRegistrationPolicy" Type="graph.deviceRegistrationPolicy" ContainsTarget="true" />
99129929
<NavigationProperty Name="activityBasedTimeoutPolicies" Type="Collection(graph.activityBasedTimeoutPolicy)" ContainsTarget="true" />
99139930
<NavigationProperty Name="appManagementPolicies" Type="Collection(graph.appManagementPolicy)" ContainsTarget="true" />
99149931
<NavigationProperty Name="authorizationPolicy" Type="Collection(graph.authorizationPolicy)" ContainsTarget="true" />
@@ -9942,6 +9959,14 @@
99429959
<Property Name="isPhoneOneTimePasswordAuthenticationEnabled" Type="Edm.Boolean" Nullable="false" />
99439960
<Property Name="isUserNameAuthenticationEnabled" Type="Edm.Boolean" Nullable="false" />
99449961
</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>
99459970
<EntityType Name="activityBasedTimeoutPolicy" BaseType="graph.stsPolicy" />
99469971
<EntityType Name="authorizationPolicy" BaseType="graph.policyBase">
99479972
<Property Name="allowedToSignUpEmailBasedSubscriptions" Type="Edm.Boolean" Nullable="false" />
@@ -13730,6 +13755,18 @@
1373013755
<Property Name="sensitiveTypeIds" Type="Collection(Edm.String)" />
1373113756
<Property Name="text" Type="Edm.String" />
1373213757
</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>
1373313770
<ComplexType Name="preAuthorizedApplication">
1373413771
<Property Name="appId" Type="Edm.String" Nullable="false" />
1373513772
<Property Name="permissionIds" Type="Collection(Edm.String)" />
@@ -27808,6 +27845,9 @@
2780827845
<Property Name="isDeleted" Type="Edm.Boolean" />
2780927846
<Property Name="messageType" Type="graph.chatMessageType" Nullable="false" />
2781027847
</EntityType>
27848+
<EntityType Name="pinnedChatMessageInfo" BaseType="graph.entity">
27849+
<NavigationProperty Name="message" Type="graph.chatMessage" />
27850+
</EntityType>
2781127851
<EntityType Name="teamworkHostedContent" BaseType="graph.entity" HasStream="true">
2781227852
<Property Name="contentBytes" Type="Edm.Binary" />
2781327853
<Property Name="contentType" Type="Edm.String" />
@@ -35641,6 +35681,7 @@
3564135681
<Singleton Name="trustFramework" Type="microsoft.graph.trustFramework" />
3564235682
<Singleton Name="dataClassification" Type="microsoft.graph.dataClassificationService" />
3564335683
<Singleton Name="informationProtection" Type="microsoft.graph.informationProtection" />
35684+
<Singleton Name="deviceRegistrationPolicy" Type="microsoft.graph.deviceRegistrationPolicy" />
3564435685
<Singleton Name="branding" Type="microsoft.graph.organizationalBranding" />
3564535686
<Singleton Name="directory" Type="microsoft.graph.directory">
3564635687
<NavigationPropertyBinding Path="administrativeUnits/members" Target="directoryObjects" />
@@ -45614,6 +45655,45 @@
4561445655
<Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="true" />
4561545656
<Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" />
4561645657
</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>
4561745697
<Annotations Target="microsoft.graph.crossTenantAccessPolicy">
4561845698
<Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
4561945699
<Record>

0 commit comments

Comments
 (0)