Microsoft Graph · Schema
microsoft.graph.security.ediscoveryCaseSettings
Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.security.ediscoveryCaseSettings",
"title": "microsoft.graph.security.ediscoveryCaseSettings",
"allOf": [
{
"$ref": "#/components/schemas/microsoft.graph.entity"
},
{
"title": "ediscoveryCaseSettings",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"caseType": {
"$ref": "#/components/schemas/microsoft.graph.security.caseType"
},
"ocr": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.security.ocrSettings"
},
{
"type": "object",
"nullable": true
}
],
"description": "The OCR (Optical Character Recognition) settings for the case."
},
"redundancyDetection": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.security.redundancyDetectionSettings"
},
{
"type": "object",
"nullable": true
}
],
"description": "The redundancy (near duplicate and email threading) detection settings for the case."
},
"reviewSetSettings": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.security.reviewSetSettings"
},
{
"type": "object",
"nullable": true
}
],
"description": "The settings of the review set for the case. The possible values are: none, disableGrouping, unknownFutureValue."
},
"topicModeling": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.security.topicModelingSettings"
},
{
"type": "object",
"nullable": true
}
],
"description": "The Topic Modeling (Themes) settings for the case."
},
"@odata.type": {
"type": "string"
}
}
}
],
"x-ms-discriminator-value": "#microsoft.graph.security.ediscoveryCaseSettings"
}