| title | ediscoveryCaseSettings resource type |
|---|---|
| description | Contains settings for an eDiscovery case. |
| author | SeunginLyu |
| ms.localizationpriority | medium |
| ms.subservice | ediscovery |
| doc_type | resourcePageType |
| ms.date | 06/11/2024 |
Namespace: microsoft.graph.security
[!INCLUDE beta-disclaimer]
Contains settings for an eDiscovery case. For details, see Configure search and analytics settings in eDiscovery (Premium).
Inherits from entity.
| Method | Return type | Description |
|---|---|---|
| Get settings | microsoft.graph.security.ediscoveryCaseSettings | Read the properties and relationships of an ediscoveryCaseSettings object. |
| Update settings | microsoft.graph.security.ediscoveryCaseSettings | Update the properties of an ediscoveryCaseSettings object. |
| Reset settings to default | None | Reset all settings to the default values. |
| Property | Type | Description |
|---|---|---|
| caseType | microsoft.graph.security.caseType | The type of the eDiscovery case. The possible values are: standard, premium, unknownFutureValue. |
| id | String | The ID of the eDiscovery case. Inherited from entity. |
| ocr | microsoft.graph.security.ocrSettings | The OCR (Optical Character Recognition) settings for the case. |
| redundancyDetection | microsoft.graph.security.redundancyDetectionSettings | The redundancy (near duplicate and email threading) detection settings for the case. |
| reviewSetSettings | microsoft.graph.security.reviewSetSettings | The settings of the review set for the case. The possible values are: none, disableGrouping, unknownFutureValue. |
| topicModeling | microsoft.graph.security.topicModelingSettings | The Topic Modeling (Themes) settings for the case. |
| Member | Description |
|---|---|
| standard | Standard eDiscovery case for E3 tenants. |
| premium | Premium eDiscovery case with advanced features for E5 tenants. |
| unknownFutureValue | Evolvable enumeration sentinel value. Don't use. |
| Member | Description |
|---|---|
| none | No other options selected. |
| disableGrouping | Disable the grouping control. |
| unknownFutureValue | Evolvable enumeration sentinel value. Don't use. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.ediscoveryCaseSettings",
"caseType": "String",
"id": "String (identifier)",
"ocr": {"@odata.type": "microsoft.graph.security.ocrSettings"},
"redundancyDetection": {"@odata.type": "microsoft.graph.security.redundancyDetectionSettings"},
"reviewSetSettings": "String",
"topicModeling": {"@odata.type": "microsoft.graph.security.topicModelingSettings"}
}