caseSettings resource type
Namespace: microsoft.graph.ediscovery
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Contains settings for an eDiscovery case. For details, see Configure search and analytics settings in Advanced eDiscovery.
Inherits from entity.
Methods
Method | Return type | Description |
---|---|---|
Get settings | microsoft.graph.ediscovery.caseSettings | Read the properties and relationships of a microsoft.graph.ediscovery.caseSettings object. |
Update settings | microsoft.graph.ediscovery.caseSettings | Update the properties of a microsoft.graph.ediscovery.caseSettings object. |
Reset to default | None | Reset all settings to the default values. |
Properties
Property | Type | Description |
---|---|---|
Id | String | The ID of the eDiscovery case. Inherited from entity. |
ocr | microsoft.graph.ediscovery.ocrSettings | The OCR (Optical Character Recognition) settings for the case. |
redundancyDetection | microsoft.graph.ediscovery.redundancyDetectionSettings | The redundancy (near duplicate and email threading) detection settings for the case. |
topicModeling | microsoft.graph.ediscovery.topicModelingSettings | The article Modeling (Themes) settings for the case. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.ediscovery.caseSettings",
"id": "String (identifier)",
"redundancyDetection": {
"@odata.type": "microsoft.graph.ediscovery.redundancyDetectionSettings"
},
"topicModeling": {
"@odata.type": "microsoft.graph.ediscovery.topicModelingSettings"
},
"ocr": {
"@odata.type": "microsoft.graph.ediscovery.ocrSettings"
}
}