Skip to content

Commit 5c23a92

Browse files
Revert v1 changes
1 parent 44acd39 commit 5c23a92

10 files changed

+25
-115
lines changed

api-reference/v1.0/api/security-ediscoveryreviewset-addtoreviewset.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Namespace: microsoft.graph.security
1313

1414

1515

16-
Start the process of adding a collection from Microsoft 365 services to a [review set](../resources/security-ediscoveryreviewset.md). After the operation is created, you can get the status of the operation by retrieving the `Location` parameter from the response headers. The location provides a URL that returns a [Add to review set operation](../resources/security-ediscoveryaddtoreviewsetoperation.md).
16+
Start the process of adding a collection from Microsoft 365 services to a [review set](../resources/security-ediscoveryreviewset.md). After the operation is created, you can get the status of the operation by retrieving the `Location` parameter from the response headers. The location provides a URL that will return a [Add to review set operation](../resources/security-ediscoveryaddtoreviewsetoperation.md).
1717

1818

1919
[!INCLUDE [national-cloud-support](../../includes/global-us.md)]
@@ -47,12 +47,14 @@ The following table shows the parameters that can be used with this action.
4747

4848
|Parameter|Type|Description|
4949
|:---|:---|:---|
50-
|additionalDataOptions|[microsoft.graph.security.additionalDataOptions](../resources/security-ediscoveryaddtoreviewsetoperation.md#additionaldataoptions-values)|The options for adding items to reviewSet. Note: `locationsWithoutHits` and `advancedIndexing` are only considered if `itemsToIncude` is set to `partiallyIndexed`. The possible values are `allVersions`, `linkedFiles`, `unknownFutureValue`, `advancedIndexing`, `listAttachments`, `htmlTranscripts`, `messageConversationExpansion`, `locationsWithoutHits`, `allItemsInFolder`. Use the `Prefer: include-unknown-enum-members` request header to get the following values from this [evolvable enum](/concepts/best-practices-concept#handling-future-members-in-evolvable-enumerations): `advancedIndexing`, `listAttachments`, `htmlTranscripts`, `messageConversationExpansion`, `locationsWithoutHits`, `allItemsInFolder`.|
51-
| cloudAttachmentVersion | [microsoft.graph.security.cloudAttachmentVersion](../resources/enums-security.md#cloudattachmentversion-values) | The number of most recent versions of cloud attachments to collect. The possible values are `latest`, `recent10`, `recent100`, `all`. Default is `latest`.|
52-
| documentVersion | [microsoft.graph.security.documentVersion](../resources/enums-security.md#documentversion-values) | The number of most recent versions of documents to collect. The possible values are `latest`, `recent10`, `recent100`, `all`. Default is `latest`.|
53-
| itemsToInclude | microsoft.graph.security.itemsToInclude | The items to include in the review set. The possible values are `searchHits`, `partiallyIndexed`, `unknownFutureValue`. |
5450
|search|[microsoft.graph.security.ediscoverySearch](../resources/security-ediscoverysearch.md)|The ID of the eDiscovery search you'd like to add to the review set.|
51+
|additionalDataOptions|additionalDataOptions|The options for adding items to reviewSet.|
5552

53+
### additionalDataOptions values
54+
|Name|Description|
55+
|:---|:---|
56+
|allVersions|include all versions of a sharepoint document matching the source collection query. Caution: SharePoint versions can significantly increase the volume of items |
57+
|linkedFiles|include linked files that were shared in outlook, teams, or yammer messages by attaching a link to the file.|
5658

5759
## Response
5860

api-reference/v1.0/api/security-ediscoveryreviewset-export.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ The following table shows the parameters that can be used with this action.
4949
|Parameter|Type|Description|
5050
|:---|:---|:---|
5151
|description|String| Description of the export. |
52-
|exportOptions|microsoft.graph.security.exportOptions|Specifies options that control the format of the export. Possible values are: `originalFiles`, `text`, `pdfReplacement`, `tags`, `unknownFutureValue`, `splitSource`, `includeFolderAndPath`, `friendlyName`, `condensePaths`, `optimizePartitionSize`. Use the `Prefer: include-unknown-enum-members` request header to get the following values from this [evolvable enum](/concepts/best-practices-concept#handling-future-members-in-evolvable-enumerations): `splitSource`, `includeFolderAndPath`, `friendlyName`, `condensePaths`, `optimizePartitionSize`. Note: If `originalFiles` isn't selected, only the `tags` member is considered.|
53-
|exportStructure|microsoft.graph.security.exportFileStructure| Options that control file structure and packaging of the export. Possible values are: `none`, `directory`, `pst`, `unknownFutureValue`, `msg`. Use the `Prefer: include-unknown-enum-members` request header to get the following values from this [evolvable enum](/concepts/best-practices-concept#handling-future-members-in-evolvable-enumerations): `msg`. Note: `directory` is on the way for deprecation. Currently, if `directory` is selected, the format is `msg`, and the export options `splitSource`, `includeFolderAndPath`, and `friendlyName` are disregarded.|
52+
|exportOptions|microsoft.graph.security.exportOptions|Specifies options that control the format of the export. Possible values are: `originalFiles`, `text`, `pdfReplacement`, `tags`, `unknownFutureValue`. |
53+
|exportStructure|microsoft.graph.security.exportFileStructure| Options that control file structure and packaging of the export. Possible values are: `none`, `directory`, `pst`, `unknownFutureValue`.|
5454
|outputName|String| Name of the export. Required. |
5555

5656
## Response
5757

58-
If the export started successfully, this action returns a `202 Accepted` response code. The response contains also a `Location` header, which contains the location of the [Export operation](../resources/security-ediscoveryexportoperation.md) that was created to handle the export.
58+
If the export has started successfully, this action returns a `202 Accepted` response code. The response contains also a `Location` header, which contains the location of the [Export operation](../resources/security-ediscoveryexportoperation.md) that was created to handle the export.
5959

6060
## Examples
6161

api-reference/v1.0/api/security-ediscoverysearch-estimatestatistics.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,28 +30,20 @@ Choose the permission or permissions marked as least privileged for this API. Us
3030
-->
3131
``` http
3232
POST /security/cases/ediscoveryCases/{ediscoveryCaseId}/searches/{ediscoverySearchId}/estimateStatistics
33-
Content-Type: application/json
34-
35-
{
36-
"statisticsOptions": "includeRefiners, includeQueryStats, includeUnindexedStats, advancedIndexing, locationsWithoutHits”
37-
}
3833
```
3934

4035
## Request headers
4136
|Name|Description|
4237
|:---|:---|
4338
|Authorization|Bearer {token}. Required. Learn more about [authentication and authorization](/graph/auth/auth-concepts).|
44-
|Content-Type|application/json. Required.|
4539

4640
## Request body
47-
|Property|Type|Description|
48-
|:---|:---|:---|
49-
| statisticsOptions | microsoft.graph.security.statisticsOptions | Bitwise options that specify which statistics to generate. The possible values are: `includeRefiners`, `includeQueryStats`, `includeUnindexedStats`, `advancedIndexing`, `locationsWithoutHits`, `unknownFutureValue`. Note: `advancedIndexing` and `locationsWithoutHits` is only considered if `includeUnindexedStats` is set.|
41+
Don't supply a request body for this method.
5042

5143
## Response
5244

5345
If the estimate is started successfully, this action returns a `202 Accepted` response code.
54-
The response also contains a `Location` header that contains the location of the [microsoft.graph.security.estimateStatisticsOperation](../resources/security-ediscoveryestimateoperation.md) that was created to handle the estimate. Check the status of the estimate operation by making a GET request to the location.
46+
The response will also contain a `Location` header, which contains the location of the [microsoft.graph.security.estimateStatisticsOperation](../resources/security-ediscoveryestimateoperation.md) that was created to handle the estimate. Check the status of the estimate operation by making a GET request to the location.
5547

5648
## Examples
5749

api-reference/v1.0/api/security-ediscoverysearch-exportreport.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,11 @@ The following table lists the parameters that you can use with this action.
4949

5050
| Parameter | Type | Description |
5151
|:---|:---|:---|
52-
| additionalOptions | [microsoft.graph.security.additionalOptions](../resources/security-ediscoverysearchexportoperation.md#additionaloptions-values) | The additional options for the export. The possible values are: `none`, `teamsAndYammerConversations`, `cloudAttachments`, `allDocumentVersions`, `subfolderContents`, `listAttachments`, `unknownFutureValue`, `htmlTranscripts`, `advancedIndexing`, `allItemsInFolder`. Use the `Prefer: include-unknown-enum-members` request header to get the following values from this [evolvable enum](/concepts/best-practices-concept#handling-future-members-in-evolvable-enumerations): `htmlTranscripts`, `advancedIndexing`, `allItemsInFolder`. Note: `advancedIndexing` is only available if `exportCriteria` includes `partiallyIndexed`. Required.|
53-
| cloudAttachmentVersion | [microsoft.graph.security.cloudAttachmentVersion](../resources/enums-security.md#cloudattachmentversion-values) | The versions to include for cloud attachments in messages. The possible values are `latest`, `recent10`, `recent100`, `all`. Default is `latest`. |
52+
| additionalOptions | [microsoft.graph.security.additionalOptions](../resources/security-ediscoverysearchexportoperation.md#additionaloptions-values) | The additional options for the export. The possible values are: `none`, `teamsAndYammerConversations`, `cloudAttachments`, `allDocumentVersions`, `subfolderContents`, `listAttachments`, `unknownFutureValue`. Required.|
5453
| description | String | The description of the export report. |
55-
| documentVersion | [microsoft.graph.security.documentVersion](../resources/enums-security.md#documentversion-values) | The versions to include for files in sharepoint. The possible values are `latest`, `recent10`, `recent100`, `all`. Default is `latest`.|
5654
| displayName | String | The display name of the export report. |
5755
| exportCriteria | [microsoft.graph.security.exportCriteria](../resources/security-ediscoverysearchexportoperation.md#exportcriteria-values) | The portion of the estimate report to be exported. The possible values are: `searchHits`, `partiallyIndexed`, `unknownFutureValue`. Required.|
58-
| exportLocation | [microsoft.graph.security.exportLocation](../resources/security-ediscoverysearchexportoperation.md#exportlocation-values) | Location scope for partially indexed items. You can choose to include partially indexed items only in responsive locations with search hits or in all targeted locations. The possible values are: `responsiveLocations`, `nonresponsiveLocations`, `unknownFutureValue`. Note: `nonresponsiveLocations` is only available if `exportCriteria` includes `partiallyIndexed`.|
56+
| exportLocation | [microsoft.graph.security.exportLocation](../resources/security-ediscoverysearchexportoperation.md#exportlocation-values) | Location scope for partially indexed items. You can choose to include partially indexed items only in responsive locations with search hits or in all targeted locations. The possible values are: `responsiveLocations`, `nonresponsiveLocations`, `unknownFutureValue`.|
5957

6058
## Response
6159

@@ -301,7 +299,7 @@ Content-Type: application/json
301299
"displayName": "Export 4",
302300
"exportCriteria": "partiallyIndexed",
303301
"exportLocation": "responsiveLocations, nonresponsiveLocations",
304-
"additionalOptions": "advancedIndexing, subfolderContents, allItemsInFolder, listAttachments, teamsAndYammerConversations, htmlTranscripts, cloudAttachments"
302+
"additionalOptions": "teamsAndYammerConversations, cloudAttachments, allDocumentVersions, subfolderContents, listAttachments"
305303
}
306304
```
307305

api-reference/v1.0/api/security-ediscoverysearch-exportresult.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,12 @@ The following table lists the parameters that you can use with this action.
4949

5050
| Parameter | Type | Description |
5151
|:---|:---|:---|
52-
| additionalOptions | [microsoft.graph.security.additionalOptions](../resources/security-ediscoverysearchexportoperation.md#additionaloptions-values) | Bitwise options for customizing the export. The possible values are: `none`, `teamsAndYammerConversations`, `cloudAttachments`, `allDocumentVersions`, `subfolderContents`, `listAttachments`, `unknownFutureValue`, `htmlTranscripts`, `advancedIndexing`, `allItemsInFolder`, `includeFolderAndPath`, `condensePaths`, `friendlyName`, `splitSource`, `optimizedPartitionSize`, `includeReport`. Use the `Prefer: include-unknown-enum-members` request header to get the following values from this [evolvable enum](/concepts/best-practices-concept#handling-future-members-in-evolvable-enumerations): `htmlTranscripts`, `advancedIndexing`, `allItemsInFolder`, `includeFolderAndPath`, `condensePaths`, `friendlyName`, `splitSource`, `optimizedPartitionSize`, `includeReport`. Note: `advancedIndexing` is only available if `exportCriteria` includes `partiallyIndexed`. Required.|
53-
| cloudAttachmentVersion | [microsoft.graph.security.cloudAttachmentVersion](../resources/enums-security.md#cloudattachmentversion-values) | The versions to include for cloud attachments in messages. The possible values are `latest`, `recent10`, `recent100`, `all`. Default is `latest`.|
52+
| additionalOptions | [microsoft.graph.security.additionalOptions](../resources/security-ediscoverysearchexportoperation.md#additionaloptions-values) | The additional options for the export. The possible values are: `none`, `teamsAndYammerConversations`, `cloudAttachments`, `allDocumentVersions`, `subfolderContents`, `listAttachments`, `unknownFutureValue`. Required.|
5453
| description | String | The description of the export result. |
5554
| displayName | String | The display name of the export result. |
56-
| documentVersion | [microsoft.graph.security.documentVersion](../resources/enums-security.md#documentversion-values) | The versions to include for files in sharepoint. The possible values are `latest`, `recent10`, `recent100`, `all`. Default is `latest`.|
5755
| exportCriteria | [microsoft.graph.security.exportCriteria](../resources/security-ediscoverysearchexportoperation.md#exportcriteria-values) | The portion of the estimate results to be exported. The possible values are: `searchHits`, `partiallyIndexed`, `unknownFutureValue`. Required.|
5856
| exportFormat | [microsoft.graph.security.exportFormat](../resources/security-ediscoverysearchexportoperation.md#exportformat-values) | The desired format of the exported emails. The possible values are: `pst`, `msg`, `eml`, `unknownFutureValue`. Required. |
59-
| exportLocation | [microsoft.graph.security.exportLocation](../resources/security-ediscoverysearchexportoperation.md#exportlocation-values) | Location scope for partially indexed items. You can choose to include partially indexed items only in responsive locations with search hits or in all targeted locations. The possible values are: `responsiveLocations`, `nonresponsiveLocations`, `unknownFutureValue`. Note: `nonresponsiveLocations` is only available if `exportCriteria` includes `partiallyIndexed`.|
57+
| exportLocation | [microsoft.graph.security.exportLocation](../resources/security-ediscoverysearchexportoperation.md#exportlocation-values) | Location scope for partially indexed items. You can choose to include partially indexed items only in responsive locations with search hits or in all targeted locations. The possible values are: `responsiveLocations`, `nonresponsiveLocations`, `unknownFutureValue`.|
6058

6159
## Response
6260

@@ -316,7 +314,7 @@ Content-Type: application/json
316314
"displayName": "Export 4",
317315
"exportCriteria": "partiallyIndexed",
318316
"exportLocation": "responsiveLocations, nonresponsiveLocations",
319-
"additionalOptions": "advancedIndexing, subfolderContents, allItemsInFolder, listAttachments, teamsAndYammerConversations, htmlTranscripts, cloudAttachments, includeFolderAndPath, splitSource, condensePaths, friendlyName, optimizedPartitionSize, includeReport",
317+
"additionalOptions": "teamsAndYammerConversations, cloudAttachments, allDocumentVersions, subfolderContents, listAttachments",
320318
"exportFormat": "eml"
321319
}
322320
```

api-reference/v1.0/resources/enums-security.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -160,24 +160,6 @@ Namespace: microsoft.graph.security
160160
| critical |
161161
| unknownFutureValue |
162162

163-
### cloudAttachmentVersion values
164-
165-
|Member|
166-
|:----|
167-
|latest |
168-
|recent10 |
169-
|recent100 |
170-
|all |
171-
172-
### documentVersion values
173-
174-
|Member|
175-
|:----|
176-
|latest |
177-
|recent10 |
178-
|recent100 |
179-
|all |
180-
181163
<!--
182164
{
183165
"type": "#page.annotation",

0 commit comments

Comments
 (0)