{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.security.ediscoverySearch", "title": "microsoft.graph.security.ediscoverySearch", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.security.search" }, { "title": "ediscoverySearch", "required": [ "@odata.type" ], "type": "object", "properties": { "dataSourceScopes": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.security.dataSourceScopes" }, { "type": "object", "nullable": true } ], "description": "When specified, the collection spans across a service for an entire workload. The possible values are: none, allTenantMailboxes, allTenantSites, allCaseCustodians, allCaseNoncustodialDataSources." }, "additionalSources": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.security.dataSource" }, "description": "Adds an additional source to the eDiscovery search.", "x-ms-navigationProperty": true }, "addToReviewSetOperation": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.security.ediscoveryAddToReviewSetOperation" }, { "type": "object", "nullable": true } ], "description": "Adds the results of the eDiscovery search to the specified reviewSet.", "x-ms-navigationProperty": true }, "custodianSources": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.security.dataSource" }, "description": "Custodian sources that are included in the eDiscovery search.", "x-ms-navigationProperty": true }, "lastEstimateStatisticsOperation": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.security.ediscoveryEstimateOperation" }, { "type": "object", "nullable": true } ], "description": "The last estimate operation associated with the eDiscovery search.", "x-ms-navigationProperty": true }, "noncustodialSources": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.security.ediscoveryNoncustodialDataSource" }, "description": "noncustodialDataSource sources that are included in the eDiscovery search", "x-ms-navigationProperty": true }, "@odata.type": { "type": "string", "default": "#microsoft.graph.security.ediscoverySearch" } } } ], "x-ms-discriminator-value": "#microsoft.graph.security.ediscoverySearch" }