@@ -41620,6 +41620,12 @@ within the time frame of their original request."/>
41620
41620
<Member Name="allVersions" Value="1"/>
41621
41621
<Member Name="linkedFiles" Value="2"/>
41622
41622
<Member Name="unknownFutureValue" Value="4"/>
41623
+ <Member Name="advancedIndexing" Value="8"/>
41624
+ <Member Name="listAttachments" Value="16"/>
41625
+ <Member Name="htmlTranscripts" Value="32"/>
41626
+ <Member Name="messageConversationExpansion" Value="64"/>
41627
+ <Member Name="locationsWithoutHits" Value="256"/>
41628
+ <Member Name="allItemsInFolder" Value="512"/>
41623
41629
</EnumType>
41624
41630
<EnumType Name="additionalOptions" IsFlags="true">
41625
41631
<Member Name="none" Value="0"/>
@@ -41629,6 +41635,14 @@ within the time frame of their original request."/>
41629
41635
<Member Name="subfolderContents" Value="8"/>
41630
41636
<Member Name="listAttachments" Value="16"/>
41631
41637
<Member Name="unknownFutureValue" Value="32"/>
41638
+ <Member Name="htmlTranscripts" Value="64"/>
41639
+ <Member Name="advancedIndexing" Value="128"/>
41640
+ <Member Name="allItemsInFolder" Value="256"/>
41641
+ <Member Name="includeFolderAndPath" Value="512"/>
41642
+ <Member Name="condensePaths" Value="1024"/>
41643
+ <Member Name="friendlyName" Value="2048"/>
41644
+ <Member Name="splitSource" Value="4096"/>
41645
+ <Member Name="includeReport" Value="16384"/>
41632
41646
</EnumType>
41633
41647
<EnumType Name="caseAction">
41634
41648
<Member Name="contentExport" Value="0"/>
@@ -41666,6 +41680,13 @@ within the time frame of their original request."/>
41666
41680
<Member Name="Many" Value="1"/>
41667
41681
<Member Name="unknownFutureValue" Value="2"/>
41668
41682
</EnumType>
41683
+ <EnumType Name="cloudAttachmentVersion">
41684
+ <Member Name="latest" Value="1"/>
41685
+ <Member Name="recent10" Value="2"/>
41686
+ <Member Name="recent100" Value="3"/>
41687
+ <Member Name="all" Value="4"/>
41688
+ <Member Name="unknownFutureValue" Value="5"/>
41689
+ </EnumType>
41669
41690
<EnumType Name="dataSourceContainerStatus">
41670
41691
<Member Name="active" Value="1"/>
41671
41692
<Member Name="released" Value="2"/>
@@ -41687,6 +41708,13 @@ within the time frame of their original request."/>
41687
41708
<Member Name="allCaseNoncustodialDataSources" Value="8"/>
41688
41709
<Member Name="unknownFutureValue" Value="16"/>
41689
41710
</EnumType>
41711
+ <EnumType Name="documentVersion">
41712
+ <Member Name="latest" Value="1"/>
41713
+ <Member Name="recent10" Value="2"/>
41714
+ <Member Name="recent100" Value="3"/>
41715
+ <Member Name="all" Value="4"/>
41716
+ <Member Name="unknownFutureValue" Value="5"/>
41717
+ </EnumType>
41690
41718
<EnumType Name="exportCriteria" IsFlags="true">
41691
41719
<Member Name="searchHits" Value="1"/>
41692
41720
<Member Name="partiallyIndexed" Value="2"/>
@@ -41697,6 +41725,7 @@ within the time frame of their original request."/>
41697
41725
<Member Name="directory" Value="1"/>
41698
41726
<Member Name="pst" Value="2"/>
41699
41727
<Member Name="unknownFutureValue" Value="3"/>
41728
+ <Member Name="msg" Value="4"/>
41700
41729
</EnumType>
41701
41730
<EnumType Name="exportFormat">
41702
41731
<Member Name="pst" Value="0"/>
@@ -41715,6 +41744,15 @@ within the time frame of their original request."/>
41715
41744
<Member Name="pdfReplacement" Value="4"/>
41716
41745
<Member Name="tags" Value="16"/>
41717
41746
<Member Name="unknownFutureValue" Value="32"/>
41747
+ <Member Name="splitSource" Value="64"/>
41748
+ <Member Name="includeFolderAndPath" Value="128"/>
41749
+ <Member Name="friendlyName" Value="256"/>
41750
+ <Member Name="condensePaths" Value="512"/>
41751
+ </EnumType>
41752
+ <EnumType Name="itemsToInclude" IsFlags="true">
41753
+ <Member Name="searchHits" Value="1"/>
41754
+ <Member Name="partiallyIndexed" Value="2"/>
41755
+ <Member Name="unknownFutureValue" Value="4"/>
41718
41756
</EnumType>
41719
41757
<EnumType Name="purgeAreas" IsFlags="true">
41720
41758
<Member Name="mailboxes" Value="1"/>
@@ -41731,6 +41769,14 @@ within the time frame of their original request."/>
41731
41769
<Member Name="site" Value="2"/>
41732
41770
<Member Name="unknownFutureValue" Value="4"/>
41733
41771
</EnumType>
41772
+ <EnumType Name="statisticsOptions" IsFlags="true">
41773
+ <Member Name="includeRefiners" Value="1"/>
41774
+ <Member Name="includeQueryStats" Value="2"/>
41775
+ <Member Name="includeUnindexedStats" Value="4"/>
41776
+ <Member Name="advancedIndexing" Value="8"/>
41777
+ <Member Name="locationsWithoutHits" Value="16"/>
41778
+ <Member Name="unknownFutureValue" Value="32"/>
41779
+ </EnumType>
41734
41780
<EnumType Name="deploymentStatus">
41735
41781
<Member Name="upToDate" Value="1"/>
41736
41782
<Member Name="outdated" Value="2"/>
@@ -42319,6 +42365,10 @@ within the time frame of their original request."/>
42319
42365
<Property Name="status" Type="microsoft.graph.security.dataSourceContainerStatus"/>
42320
42366
</EntityType>
42321
42367
<EntityType Name="ediscoveryAddToReviewSetOperation" BaseType="microsoft.graph.security.caseOperation">
42368
+ <Property Name="additionalDataOptions" Type="microsoft.graph.security.additionalDataOptions"/>
42369
+ <Property Name="cloudAttachmentVersion" Type="microsoft.graph.security.cloudAttachmentVersion"/>
42370
+ <Property Name="documentVersion" Type="microsoft.graph.security.documentVersion"/>
42371
+ <Property Name="itemsToInclude" Type="microsoft.graph.security.itemsToInclude"/>
42322
42372
<NavigationProperty Name="reviewSet" Type="microsoft.graph.security.ediscoveryReviewSet"/>
42323
42373
<NavigationProperty Name="search" Type="microsoft.graph.security.ediscoverySearch"/>
42324
42374
</EntityType>
@@ -42388,6 +42438,7 @@ within the time frame of their original request."/>
42388
42438
<Property Name="indexedItemsSize" Type="Edm.Int64"/>
42389
42439
<Property Name="mailboxCount" Type="Edm.Int32"/>
42390
42440
<Property Name="siteCount" Type="Edm.Int32"/>
42441
+ <Property Name="statisticsOptions" Type="microsoft.graph.security.statisticsOptions"/>
42391
42442
<Property Name="unindexedItemCount" Type="Edm.Int64"/>
42392
42443
<Property Name="unindexedItemsSize" Type="Edm.Int64"/>
42393
42444
<NavigationProperty Name="search" Type="microsoft.graph.security.ediscoverySearch"/>
@@ -42406,8 +42457,10 @@ within the time frame of their original request."/>
42406
42457
<EntityType Name="ediscoveryPurgeDataOperation" BaseType="microsoft.graph.security.caseOperation"/>
42407
42458
<EntityType Name="ediscoverySearchExportOperation" BaseType="microsoft.graph.security.caseOperation">
42408
42459
<Property Name="additionalOptions" Type="microsoft.graph.security.additionalOptions"/>
42460
+ <Property Name="cloudAttachmentVersion" Type="microsoft.graph.security.cloudAttachmentVersion"/>
42409
42461
<Property Name="description" Type="Edm.String"/>
42410
42462
<Property Name="displayName" Type="Edm.String"/>
42463
+ <Property Name="documentVersion" Type="microsoft.graph.security.documentVersion"/>
42411
42464
<Property Name="exportCriteria" Type="microsoft.graph.security.exportCriteria"/>
42412
42465
<Property Name="exportFileMetadata" Type="Collection(microsoft.graph.security.exportFileMetadata)"/>
42413
42466
<Property Name="exportFormat" Type="microsoft.graph.security.exportFormat"/>
@@ -43336,6 +43389,9 @@ within the time frame of their original request."/>
43336
43389
<Parameter Name="bindingParameter" Type="microsoft.graph.security.ediscoveryReviewSet"/>
43337
43390
<Parameter Name="search" Type="microsoft.graph.security.ediscoverySearch"/>
43338
43391
<Parameter Name="additionalDataOptions" Type="microsoft.graph.security.additionalDataOptions"/>
43392
+ <Parameter Name="itemsToInclude" Type="microsoft.graph.security.itemsToInclude"/>
43393
+ <Parameter Name="cloudAttachmentVersion" Type="microsoft.graph.security.cloudAttachmentVersion"/>
43394
+ <Parameter Name="documentVersion" Type="microsoft.graph.security.documentVersion"/>
43339
43395
</Action>
43340
43396
<Action Name="export" IsBound="true">
43341
43397
<Parameter Name="bindingParameter" Type="microsoft.graph.security.ediscoveryReviewSet"/>
@@ -43364,6 +43420,7 @@ within the time frame of their original request."/>
43364
43420
</Action>
43365
43421
<Action Name="estimateStatistics" IsBound="true">
43366
43422
<Parameter Name="bindingParameter" Type="microsoft.graph.security.ediscoverySearch"/>
43423
+ <Parameter Name="statisticsOptions" Type="microsoft.graph.security.statisticsOptions"/>
43367
43424
</Action>
43368
43425
<Action Name="exportReport" IsBound="true">
43369
43426
<Parameter Name="bindingParameter" Type="microsoft.graph.security.ediscoverySearch"/>
@@ -43372,6 +43429,8 @@ within the time frame of their original request."/>
43372
43429
<Parameter Name="exportCriteria" Type="microsoft.graph.security.exportCriteria"/>
43373
43430
<Parameter Name="exportLocation" Type="microsoft.graph.security.exportLocation"/>
43374
43431
<Parameter Name="additionalOptions" Type="microsoft.graph.security.additionalOptions"/>
43432
+ <Parameter Name="cloudAttachmentVersion" Type="microsoft.graph.security.cloudAttachmentVersion"/>
43433
+ <Parameter Name="documentVersion" Type="microsoft.graph.security.documentVersion"/>
43375
43434
</Action>
43376
43435
<Action Name="exportResult" IsBound="true">
43377
43436
<Parameter Name="bindingParameter" Type="microsoft.graph.security.ediscoverySearch"/>
@@ -43382,6 +43441,8 @@ within the time frame of their original request."/>
43382
43441
<Parameter Name="additionalOptions" Type="microsoft.graph.security.additionalOptions"/>
43383
43442
<Parameter Name="exportFormat" Type="microsoft.graph.security.exportFormat"/>
43384
43443
<Parameter Name="exportSingleItems" Type="Edm.Boolean"/>
43444
+ <Parameter Name="cloudAttachmentVersion" Type="microsoft.graph.security.cloudAttachmentVersion"/>
43445
+ <Parameter Name="documentVersion" Type="microsoft.graph.security.documentVersion"/>
43385
43446
</Action>
43386
43447
<Action Name="purgeData" IsBound="true">
43387
43448
<Parameter Name="bindingParameter" Type="microsoft.graph.security.ediscoverySearch"/>
0 commit comments