Skip to content

Latest commit

 

History

History
70 lines (55 loc) · 2.74 KB

File metadata and controls

70 lines (55 loc) · 2.74 KB
title caseSettings resource type
description Contains settings for an eDiscovery case.
author mahage-msft
ms.localizationpriority medium
ms.subservice ediscovery
doc_type resourcePageType
ms.date 06/11/2024

caseSettings resource type

Namespace: microsoft.graph.ediscovery

[!INCLUDE beta-disclaimer]

[!INCLUDE ediscovery-deprecation]

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"
  }
}