|
4435 | 4435 | <Member Name="surface" Value="2" /> |
4436 | 4436 | <Member Name="surfaceDock" Value="3" /> |
4437 | 4437 | </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> |
4438 | 4450 | <EnumType Name="hashAlgorithms" IsFlags="true"> |
4439 | 4451 | <Member Name="sha1" Value="1" /> |
4440 | 4452 | <Member Name="sha2" Value="2" /> |
|
22038 | 22050 | </Property> |
22039 | 22051 | <NavigationProperty Name="emailMethods" Type="Collection(graph.emailAuthenticationMethod)" ContainsTarget="true" /> |
22040 | 22052 | <NavigationProperty Name="fido2Methods" Type="Collection(graph.fido2AuthenticationMethod)" ContainsTarget="true" /> |
| 22053 | + <NavigationProperty Name="hardwareOathMethods" Type="Collection(graph.hardwareOathAuthenticationMethod)" ContainsTarget="true" /> |
22041 | 22054 | <NavigationProperty Name="methods" Type="Collection(graph.authenticationMethod)" ContainsTarget="true" /> |
22042 | 22055 | <NavigationProperty Name="microsoftAuthenticatorMethods" Type="Collection(graph.microsoftAuthenticatorAuthenticationMethod)" ContainsTarget="true" /> |
22043 | 22056 | <NavigationProperty Name="operations" Type="Collection(graph.longRunningOperation)" ContainsTarget="true" /> |
|
22098 | 22111 | <Property Name="excludeTargets" Type="Collection(graph.excludeTarget)" /> |
22099 | 22112 | <Property Name="state" Type="graph.authenticationMethodState" /> |
22100 | 22113 | </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> |
22101 | 22118 | <EntityType Name="authenticationMethodModeDetail" BaseType="graph.entity"> |
22102 | 22119 | <Property Name="authenticationMethod" Type="graph.baseAuthenticationMethod" Nullable="false" /> |
22103 | 22120 | <Property Name="displayName" Type="Edm.String" Nullable="false" /> |
|
22928 | 22945 | <Property Name="tenantId" Type="Edm.String" /> |
22929 | 22946 | <Property Name="webUrl" Type="Edm.String" /> |
22930 | 22947 | <NavigationProperty Name="filesFolder" Type="graph.driveItem" /> |
| 22948 | + <NavigationProperty Name="getAllMembers" Type="Collection(graph.conversationMember)" ContainsTarget="true" /> |
22931 | 22949 | <NavigationProperty Name="members" Type="Collection(graph.conversationMember)" ContainsTarget="true" /> |
22932 | 22950 | <NavigationProperty Name="messages" Type="Collection(graph.chatMessage)" ContainsTarget="true" /> |
22933 | 22951 | <NavigationProperty Name="sharedWithTeams" Type="Collection(graph.sharedWithChannelTeamInfo)" ContainsTarget="true" /> |
|
25757 | 25775 | <EntityType Name="directory" BaseType="graph.entity"> |
25758 | 25776 | <NavigationProperty Name="administrativeUnits" Type="Collection(graph.administrativeUnit)" ContainsTarget="true" /> |
25759 | 25777 | <NavigationProperty Name="attributeSets" Type="Collection(graph.attributeSet)" ContainsTarget="true" /> |
| 25778 | + <NavigationProperty Name="authenticationMethodDevices" Type="graph.authenticationMethodDevice" ContainsTarget="true" /> |
25760 | 25779 | <NavigationProperty Name="certificateAuthorities" Type="graph.certificateAuthorityPath" ContainsTarget="true" /> |
25761 | 25780 | <NavigationProperty Name="customSecurityAttributeDefinitions" Type="Collection(graph.customSecurityAttributeDefinition)" ContainsTarget="true" /> |
25762 | 25781 | <NavigationProperty Name="deletedItems" Type="Collection(graph.directoryObject)"> |
|
27768 | 27787 | <Property Name="userEmail" Type="Edm.String" /> |
27769 | 27788 | <Property Name="userName" Type="Edm.String" /> |
27770 | 27789 | </EntityType> |
| 27790 | + <EntityType Name="hardwareOathAuthenticationMethod" BaseType="graph.authenticationMethod"> |
| 27791 | + <NavigationProperty Name="device" Type="graph.hardwareOathTokenAuthenticationMethodDevice" ContainsTarget="true" /> |
| 27792 | + </EntityType> |
27771 | 27793 | <EntityType Name="hardwareOathAuthenticationMethodConfiguration" BaseType="graph.authenticationMethodConfiguration"> |
27772 | 27794 | <NavigationProperty Name="includeTargets" Type="Collection(graph.authenticationMethodTarget)" ContainsTarget="true" /> |
27773 | 27795 | </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> |
27774 | 27807 | <EntityType Name="hardwarePasswordDetail" BaseType="graph.entity"> |
27775 | 27808 | <Property Name="currentPassword" Type="Edm.String" /> |
27776 | 27809 | <Property Name="previousPasswords" Type="Collection(Edm.String)" /> |
|
34137 | 34170 | <Property Name="webPartType" Type="Edm.String" /> |
34138 | 34171 | </EntityType> |
34139 | 34172 | <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" /> |
34140 | 34175 | <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" /> |
34141 | 34178 | <EntityType Name="storage"> |
34142 | 34179 | <NavigationProperty Name="fileStorage" Type="graph.fileStorage" ContainsTarget="true" /> |
34143 | 34180 | <NavigationProperty Name="settings" Type="graph.storageSettings" ContainsTarget="true" /> |
|
38552 | 38589 | <Parameter Name="bindingParameter" Type="graph.educationAssignment" /> |
38553 | 38590 | <ReturnType Type="graph.educationAssignment" /> |
38554 | 38591 | </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> |
38555 | 38597 | <Action Name="activate" IsBound="true"> |
38556 | 38598 | <Parameter Name="bindingParameter" Type="graph.protectionPolicyBase" /> |
38557 | 38599 | <ReturnType Type="graph.protectionPolicyBase" /> |
|
39010 | 39052 | <Parameter Name="bindingParameter" Type="graph.windowsQualityUpdateProfile" /> |
39011 | 39053 | <Parameter Name="assignments" Type="Collection(graph.windowsQualityUpdateProfileAssignment)" /> |
39012 | 39054 | </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> |
39013 | 39067 | <Action Name="assignedAccessMultiModeProfiles" IsBound="true"> |
39014 | 39068 | <Parameter Name="bindingParameter" Type="graph.deviceConfiguration" /> |
39015 | 39069 | <Parameter Name="assignedAccessMultiModeProfiles" Type="Collection(graph.windowsAssignedAccessProfile)" /> |
|
40122 | 40176 | <Parameter Name="bindingParameter" Type="graph.educationAssignment" /> |
40123 | 40177 | <ReturnType Type="graph.educationAssignment" /> |
40124 | 40178 | </Action> |
| 40179 | + <Action Name="deactivate" IsBound="true"> |
| 40180 | + <Parameter Name="bindingParameter" Type="graph.hardwareOathAuthenticationMethod" /> |
| 40181 | + </Action> |
40125 | 40182 | <Action Name="deactivate" IsBound="true"> |
40126 | 40183 | <Parameter Name="bindingParameter" Type="graph.protectionPolicyBase" /> |
40127 | 40184 | <ReturnType Type="graph.protectionPolicyBase" /> |
|
48052 | 48109 | <EntitySet Name="appRoleAssignments" EntityType="microsoft.graph.appRoleAssignment" /> |
48053 | 48110 | <EntitySet Name="approvalWorkflowProviders" EntityType="microsoft.graph.approvalWorkflowProvider" /> |
48054 | 48111 | <EntitySet Name="authenticationMethodConfigurations" EntityType="microsoft.graph.authenticationMethodConfiguration" /> |
| 48112 | + <EntitySet Name="authenticationMethodDevices" EntityType="microsoft.graph.authenticationMethodDevice" /> |
48055 | 48113 | <EntitySet Name="bookingBusinesses" EntityType="microsoft.graph.bookingBusiness"> |
48056 | 48114 | <Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions"> |
48057 | 48115 | <Record> |
|
56494 | 56552 | </Record> |
56495 | 56553 | </Annotation> |
56496 | 56554 | </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> |
56497 | 56562 | <Annotations Target="microsoft.graph.authentication/microsoftAuthenticatorMethods"> |
56498 | 56563 | <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"> |
56499 | 56564 | <Record> |
|
69684 | 69749 | </Collection> |
69685 | 69750 | </Annotation> |
69686 | 69751 | </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> |
69701 | 69752 | <Annotations Target="microsoft.graph.enumeratedAccountsWithAccess/accounts"> |
69702 | 69753 | <Annotation Term="Org.OData.Capabilities.V1.CustomHeaders"> |
69703 | 69754 | <Collection> |
@@ -101325,6 +101376,11 @@ |
101325 | 101376 | <Property Name="count" Type="Edm.Int64" Nullable="false" /> |
101326 | 101377 | <Property Name="severity" Type="microsoft.graph.networkaccess.alertSeverity" Nullable="false" /> |
101327 | 101378 | </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> |
101328 | 101384 | <ComplexType Name="applicationSnapshot"> |
101329 | 101385 | <Property Name="appId" Type="Edm.String" Nullable="false" /> |
101330 | 101386 | </ComplexType> |
@@ -101862,6 +101918,12 @@ |
101862 | 101918 | <Parameter Name="endDateTime" Type="Edm.DateTimeOffset" Nullable="false" /> |
101863 | 101919 | <ReturnType Type="Collection(microsoft.graph.networkaccess.alertSeveritySummary)" /> |
101864 | 101920 | </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> |
101865 | 101927 | <Function Name="getCrossTenantSummary" IsBound="true"> |
101866 | 101928 | <Parameter Name="bindingParameter" Type="microsoft.graph.networkaccess.reports" /> |
101867 | 101929 | <Parameter Name="startDateTime" Type="Edm.DateTimeOffset" Nullable="false" /> |
@@ -104699,6 +104761,7 @@ |
104699 | 104761 | <EntityType Name="dataSet" BaseType="graph.entity" Abstract="true"> |
104700 | 104762 | <Property Name="createdBy" Type="graph.identitySet" /> |
104701 | 104763 | <Property Name="createdDateTime" Type="Edm.DateTimeOffset" /> |
| 104764 | + <Property Name="description" Type="Edm.String" /> |
104702 | 104765 | <Property Name="displayName" Type="Edm.String" /> |
104703 | 104766 | </EntityType> |
104704 | 104767 | <EntityType Name="dataSource" BaseType="graph.entity" Abstract="true"> |
|
0 commit comments