Skip to content

Commit 2a2cafe

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Update clean metadata file with 172840
1 parent cbd2a5e commit 2a2cafe

File tree

4 files changed

+15889
-14773
lines changed

4 files changed

+15889
-14773
lines changed

clean_beta_metadata/cleanMetadata.xml

Lines changed: 77 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4435,6 +4435,18 @@
44354435
<Member Name="surface" Value="2" />
44364436
<Member Name="surfaceDock" Value="3" />
44374437
</EnumType>
4438+
<EnumType Name="hardwareOathTokenHashFunction">
4439+
<Member Name="hmacsha1" Value="0" />
4440+
<Member Name="hmacsha256" Value="1" />
4441+
<Member Name="unknownFutureValue" Value="2" />
4442+
</EnumType>
4443+
<EnumType Name="hardwareOathTokenStatus">
4444+
<Member Name="available" Value="0" />
4445+
<Member Name="assigned" Value="1" />
4446+
<Member Name="activated" Value="2" />
4447+
<Member Name="failedActivation" Value="3" />
4448+
<Member Name="unknownFutureValue" Value="4" />
4449+
</EnumType>
44384450
<EnumType Name="hashAlgorithms" IsFlags="true">
44394451
<Member Name="sha1" Value="1" />
44404452
<Member Name="sha2" Value="2" />
@@ -22038,6 +22050,7 @@
2203822050
</Property>
2203922051
<NavigationProperty Name="emailMethods" Type="Collection(graph.emailAuthenticationMethod)" ContainsTarget="true" />
2204022052
<NavigationProperty Name="fido2Methods" Type="Collection(graph.fido2AuthenticationMethod)" ContainsTarget="true" />
22053+
<NavigationProperty Name="hardwareOathMethods" Type="Collection(graph.hardwareOathAuthenticationMethod)" ContainsTarget="true" />
2204122054
<NavigationProperty Name="methods" Type="Collection(graph.authenticationMethod)" ContainsTarget="true" />
2204222055
<NavigationProperty Name="microsoftAuthenticatorMethods" Type="Collection(graph.microsoftAuthenticatorAuthenticationMethod)" ContainsTarget="true" />
2204322056
<NavigationProperty Name="operations" Type="Collection(graph.longRunningOperation)" ContainsTarget="true" />
@@ -22098,6 +22111,10 @@
2209822111
<Property Name="excludeTargets" Type="Collection(graph.excludeTarget)" />
2209922112
<Property Name="state" Type="graph.authenticationMethodState" />
2210022113
</EntityType>
22114+
<EntityType Name="authenticationMethodDevice" BaseType="graph.entity">
22115+
<Property Name="displayName" Type="Edm.String" />
22116+
<NavigationProperty Name="hardwareOathDevices" Type="Collection(graph.hardwareOathTokenAuthenticationMethodDevice)" ContainsTarget="true" />
22117+
</EntityType>
2210122118
<EntityType Name="authenticationMethodModeDetail" BaseType="graph.entity">
2210222119
<Property Name="authenticationMethod" Type="graph.baseAuthenticationMethod" Nullable="false" />
2210322120
<Property Name="displayName" Type="Edm.String" Nullable="false" />
@@ -22928,6 +22945,7 @@
2292822945
<Property Name="tenantId" Type="Edm.String" />
2292922946
<Property Name="webUrl" Type="Edm.String" />
2293022947
<NavigationProperty Name="filesFolder" Type="graph.driveItem" />
22948+
<NavigationProperty Name="getAllMembers" Type="Collection(graph.conversationMember)" ContainsTarget="true" />
2293122949
<NavigationProperty Name="members" Type="Collection(graph.conversationMember)" ContainsTarget="true" />
2293222950
<NavigationProperty Name="messages" Type="Collection(graph.chatMessage)" ContainsTarget="true" />
2293322951
<NavigationProperty Name="sharedWithTeams" Type="Collection(graph.sharedWithChannelTeamInfo)" ContainsTarget="true" />
@@ -25757,6 +25775,7 @@
2575725775
<EntityType Name="directory" BaseType="graph.entity">
2575825776
<NavigationProperty Name="administrativeUnits" Type="Collection(graph.administrativeUnit)" ContainsTarget="true" />
2575925777
<NavigationProperty Name="attributeSets" Type="Collection(graph.attributeSet)" ContainsTarget="true" />
25778+
<NavigationProperty Name="authenticationMethodDevices" Type="graph.authenticationMethodDevice" ContainsTarget="true" />
2576025779
<NavigationProperty Name="certificateAuthorities" Type="graph.certificateAuthorityPath" ContainsTarget="true" />
2576125780
<NavigationProperty Name="customSecurityAttributeDefinitions" Type="Collection(graph.customSecurityAttributeDefinition)" ContainsTarget="true" />
2576225781
<NavigationProperty Name="deletedItems" Type="Collection(graph.directoryObject)">
@@ -27768,9 +27787,23 @@
2776827787
<Property Name="userEmail" Type="Edm.String" />
2776927788
<Property Name="userName" Type="Edm.String" />
2777027789
</EntityType>
27790+
<EntityType Name="hardwareOathAuthenticationMethod" BaseType="graph.authenticationMethod">
27791+
<NavigationProperty Name="device" Type="graph.hardwareOathTokenAuthenticationMethodDevice" ContainsTarget="true" />
27792+
</EntityType>
2777127793
<EntityType Name="hardwareOathAuthenticationMethodConfiguration" BaseType="graph.authenticationMethodConfiguration">
2777227794
<NavigationProperty Name="includeTargets" Type="Collection(graph.authenticationMethodTarget)" ContainsTarget="true" />
2777327795
</EntityType>
27796+
<EntityType Name="hardwareOathTokenAuthenticationMethodDevice" BaseType="graph.authenticationMethodDevice">
27797+
<Property Name="assignedTo" Type="graph.identity" />
27798+
<Property Name="hashFunction" Type="graph.hardwareOathTokenHashFunction" />
27799+
<Property Name="manufacturer" Type="Edm.String" Nullable="false" />
27800+
<Property Name="model" Type="Edm.String" Nullable="false" />
27801+
<Property Name="secretKey" Type="Edm.String" />
27802+
<Property Name="serialNumber" Type="Edm.String" Nullable="false" />
27803+
<Property Name="status" Type="graph.hardwareOathTokenStatus" />
27804+
<Property Name="timeIntervalInSeconds" Type="Edm.Int32" Nullable="false" />
27805+
<NavigationProperty Name="assignTo" Type="graph.user" />
27806+
</EntityType>
2777427807
<EntityType Name="hardwarePasswordDetail" BaseType="graph.entity">
2777527808
<Property Name="currentPassword" Type="Edm.String" />
2777627809
<Property Name="previousPasswords" Type="Collection(Edm.String)" />
@@ -34137,7 +34170,11 @@
3413734170
<Property Name="webPartType" Type="Edm.String" />
3413834171
</EntityType>
3413934172
<EntityType Name="startHoldMusicOperation" BaseType="graph.commsOperation" OpenType="true" />
34173+
<EntityType Name="startRecordingOperation" BaseType="graph.commsOperation" OpenType="true" />
34174+
<EntityType Name="startTranscriptionOperation" BaseType="graph.commsOperation" OpenType="true" />
3414034175
<EntityType Name="stopHoldMusicOperation" BaseType="graph.commsOperation" OpenType="true" />
34176+
<EntityType Name="stopRecordingOperation" BaseType="graph.commsOperation" OpenType="true" />
34177+
<EntityType Name="stopTranscriptionOperation" BaseType="graph.commsOperation" OpenType="true" />
3414134178
<EntityType Name="storage">
3414234179
<NavigationProperty Name="fileStorage" Type="graph.fileStorage" ContainsTarget="true" />
3414334180
<NavigationProperty Name="settings" Type="graph.storageSettings" ContainsTarget="true" />
@@ -38552,6 +38589,11 @@
3855238589
<Parameter Name="bindingParameter" Type="graph.educationAssignment" />
3855338590
<ReturnType Type="graph.educationAssignment" />
3855438591
</Action>
38592+
<Action Name="activate" IsBound="true">
38593+
<Parameter Name="bindingParameter" Type="graph.hardwareOathAuthenticationMethod" />
38594+
<Parameter Name="verificationCode" Type="Edm.String" Unicode="false" />
38595+
<Parameter Name="displayName" Type="Edm.String" Unicode="false" />
38596+
</Action>
3855538597
<Action Name="activate" IsBound="true">
3855638598
<Parameter Name="bindingParameter" Type="graph.protectionPolicyBase" />
3855738599
<ReturnType Type="graph.protectionPolicyBase" />
@@ -39010,6 +39052,18 @@
3901039052
<Parameter Name="bindingParameter" Type="graph.windowsQualityUpdateProfile" />
3901139053
<Parameter Name="assignments" Type="Collection(graph.windowsQualityUpdateProfileAssignment)" />
3901239054
</Action>
39055+
<Action Name="assignAndActivate" IsBound="true">
39056+
<Parameter Name="bindingParameter" Type="Collection(graph.hardwareOathAuthenticationMethod)" />
39057+
<Parameter Name="verificationCode" Type="Edm.String" Unicode="false" />
39058+
<Parameter Name="device" Type="graph.hardwareOathTokenAuthenticationMethodDevice" />
39059+
<Parameter Name="displayName" Type="Edm.String" Unicode="false" />
39060+
</Action>
39061+
<Action Name="assignAndActivateBySerialNumber" IsBound="true">
39062+
<Parameter Name="bindingParameter" Type="Collection(graph.hardwareOathAuthenticationMethod)" />
39063+
<Parameter Name="verificationCode" Type="Edm.String" Unicode="false" />
39064+
<Parameter Name="serialNumber" Type="Edm.String" Unicode="false" />
39065+
<Parameter Name="displayName" Type="Edm.String" Unicode="false" />
39066+
</Action>
3901339067
<Action Name="assignedAccessMultiModeProfiles" IsBound="true">
3901439068
<Parameter Name="bindingParameter" Type="graph.deviceConfiguration" />
3901539069
<Parameter Name="assignedAccessMultiModeProfiles" Type="Collection(graph.windowsAssignedAccessProfile)" />
@@ -40122,6 +40176,9 @@
4012240176
<Parameter Name="bindingParameter" Type="graph.educationAssignment" />
4012340177
<ReturnType Type="graph.educationAssignment" />
4012440178
</Action>
40179+
<Action Name="deactivate" IsBound="true">
40180+
<Parameter Name="bindingParameter" Type="graph.hardwareOathAuthenticationMethod" />
40181+
</Action>
4012540182
<Action Name="deactivate" IsBound="true">
4012640183
<Parameter Name="bindingParameter" Type="graph.protectionPolicyBase" />
4012740184
<ReturnType Type="graph.protectionPolicyBase" />
@@ -48052,6 +48109,7 @@
4805248109
<EntitySet Name="appRoleAssignments" EntityType="microsoft.graph.appRoleAssignment" />
4805348110
<EntitySet Name="approvalWorkflowProviders" EntityType="microsoft.graph.approvalWorkflowProvider" />
4805448111
<EntitySet Name="authenticationMethodConfigurations" EntityType="microsoft.graph.authenticationMethodConfiguration" />
48112+
<EntitySet Name="authenticationMethodDevices" EntityType="microsoft.graph.authenticationMethodDevice" />
4805548113
<EntitySet Name="bookingBusinesses" EntityType="microsoft.graph.bookingBusiness">
4805648114
<Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions">
4805748115
<Record>
@@ -56494,6 +56552,13 @@
5649456552
</Record>
5649556553
</Annotation>
5649656554
</Annotations>
56555+
<Annotations Target="microsoft.graph.authentication/hardwareOathMethods">
56556+
<Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
56557+
<Record>
56558+
<PropertyValue Property="Updatable" Bool="false" />
56559+
</Record>
56560+
</Annotation>
56561+
</Annotations>
5649756562
<Annotations Target="microsoft.graph.authentication/microsoftAuthenticatorMethods">
5649856563
<Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
5649956564
<Record>
@@ -69684,20 +69749,6 @@
6968469749
</Collection>
6968569750
</Annotation>
6968669751
</Annotations>
69687-
<Annotations Target="microsoft.graph.entra">
69688-
<Annotation Term="Org.OData.Core.V1.Revisions">
69689-
<Collection>
69690-
<Record>
69691-
<PropertyValue Property="Date" Date="2023-11-07" />
69692-
<PropertyValue Property="Kind">
69693-
<EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember>
69694-
</PropertyValue>
69695-
<PropertyValue Property="RemovalDate" Date="2024-02-04" />
69696-
<PropertyValue Property="Version" String="2023-11/PrivatePreview:BulkJobs" />
69697-
</Record>
69698-
</Collection>
69699-
</Annotation>
69700-
</Annotations>
6970169752
<Annotations Target="microsoft.graph.enumeratedAccountsWithAccess/accounts">
6970269753
<Annotation Term="Org.OData.Capabilities.V1.CustomHeaders">
6970369754
<Collection>
@@ -101325,6 +101376,11 @@
101325101376
<Property Name="count" Type="Edm.Int64" Nullable="false" />
101326101377
<Property Name="severity" Type="microsoft.graph.networkaccess.alertSeverity" Nullable="false" />
101327101378
</ComplexType>
101379+
<ComplexType Name="alertSummary">
101380+
<Property Name="alertType" Type="microsoft.graph.networkaccess.alertType" Nullable="false" />
101381+
<Property Name="count" Type="Edm.Int64" Nullable="false" />
101382+
<Property Name="severity" Type="microsoft.graph.networkaccess.alertSeverity" Nullable="false" />
101383+
</ComplexType>
101328101384
<ComplexType Name="applicationSnapshot">
101329101385
<Property Name="appId" Type="Edm.String" Nullable="false" />
101330101386
</ComplexType>
@@ -101862,6 +101918,12 @@
101862101918
<Parameter Name="endDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
101863101919
<ReturnType Type="Collection(microsoft.graph.networkaccess.alertSeveritySummary)" />
101864101920
</Function>
101921+
<Function Name="getAlertSummaries" IsBound="true">
101922+
<Parameter Name="bindingParameter" Type="Collection(microsoft.graph.networkaccess.alert)" />
101923+
<Parameter Name="startDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
101924+
<Parameter Name="endDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
101925+
<ReturnType Type="Collection(microsoft.graph.networkaccess.alertSummary)" />
101926+
</Function>
101865101927
<Function Name="getCrossTenantSummary" IsBound="true">
101866101928
<Parameter Name="bindingParameter" Type="microsoft.graph.networkaccess.reports" />
101867101929
<Parameter Name="startDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
@@ -104699,6 +104761,7 @@
104699104761
<EntityType Name="dataSet" BaseType="graph.entity" Abstract="true">
104700104762
<Property Name="createdBy" Type="graph.identitySet" />
104701104763
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
104764+
<Property Name="description" Type="Edm.String" />
104702104765
<Property Name="displayName" Type="Edm.String" />
104703104766
</EntityType>
104704104767
<EntityType Name="dataSource" BaseType="graph.entity" Abstract="true">

0 commit comments

Comments
 (0)