ediscoveryCase resource type

Namespace: microsoft.graph.security

In the context of eDiscovery, contains custodians, searches, review sets. For details, see Overview of Microsoft Purview eDiscovery (Premium).

Methods

Method Return type Description
List ediscoveryCases microsoft.graph.security.ediscoveryCase collection Get a list of the ediscoveryCase objects and their properties.
Create ediscoveryCase microsoft.graph.security.ediscoveryCase Create a new ediscoveryCase object.
Get ediscoveryCase microsoft.graph.security.ediscoveryCase Read the properties and relationships of an ediscoveryCase object.
Update ediscoveryCase microsoft.graph.security.ediscoveryCase Update the properties of an ediscoveryCase object.
Delete ediscoveryCase None Delete an ediscoveryCase object.
List custodians microsoft.graph.security.ediscoveryCustodian collection Get the ediscoveryCustodian resources from the custodians navigation property.
Create ediscoveryCustodian microsoft.graph.security.ediscoveryCustodian Create a new ediscoveryCustodian object.
List noncustodialDataSources microsoft.graph.security.ediscoveryNoncustodialDataSource collection Get the ediscoveryNoncustodialDataSource resources from the noncustodialDataSources navigation property.
Create ediscoveryNoncustodialDataSource microsoft.graph.security.ediscoveryNoncustodialDataSource Create a new ediscoveryNoncustodialDataSource object.
List operations microsoft.graph.security.caseOperation collection Get the caseOperation resources from the operations navigation property.
List reviewSets microsoft.graph.security.ediscoveryReviewSet collection Get the ediscoveryReviewSet resources from the reviewSets navigation property.
Create ediscoveryReviewSet microsoft.graph.security.ediscoveryReviewSet Create a new ediscoveryReviewSet object.
List searches microsoft.graph.security.ediscoverySearch collection Get the ediscoverySearch resources from the searches navigation property.
Create ediscoverySearch microsoft.graph.security.ediscoverySearch Create a new ediscoverySearch object.
List tags microsoft.graph.security.ediscoveryReviewTag collection Get the ediscoveryReviewTag resources from the tags navigation property.
Create ediscoveryReviewTag microsoft.graph.security.ediscoveryReviewTag Create a new ediscoveryReviewTag object.

Properties

Property Type Description
closedBy microsoft.graph.identitySet The user who closed the case.
closedDateTime DateTimeOffset The date and time when the case was closed. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
createdBy microsoft.graph.identitySet The user who created the case.
createdDateTime DateTimeOffset The date and time when the entity was created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
description String The case description.
displayName String The case name.
externalId String The external case number for customer reference.
id String The ID for the eDiscovery case. Read-only.
lastModifiedBy microsoft.graph.identitySet The last user who modified the case.
lastModifiedDateTime DateTimeOffset The latest date and time when the case was modified. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
status microsoft.graph.security.caseStatus The case status. Possible values are unknown, active, pendingDelete, closing, closed, and closedWithError. For details, see the following table.

caseStatus values

Member Description
unknown Case status is unknown.
active Case is active.
pendingDelete Case was deleted, but the delete has not been fully transacted.
closing Case was closed, but the operation has not been fully transacted.
closed The case is closed.
closedWithError The case is closed, but there were errors releasing holds in the case.

Relationships

Relationship Type Description
custodians microsoft.graph.security.ediscoveryCustodian collection Returns a list of case ediscoveryCustodian objects for this case.
noncustodialDataSources microsoft.graph.security.ediscoveryNoncustodialDataSource collection Returns a list of case ediscoveryNoncustodialDataSource objects for this case.
operations microsoft.graph.security.caseOperation collection Returns a list of case caseOperation objects for this case.
reviewSets microsoft.graph.security.ediscoveryReviewSet collection Returns a list of eDiscoveryReviewSet objects in the case.
searches microsoft.graph.security.ediscoverySearch collection Returns a list of eDiscoverySearch objects associated with this case.
settings microsoft.graph.security.ediscoveryCaseSettings Returns a list of eDIscoverySettings objects in the case.
tags microsoft.graph.security.ediscoveryReviewTag collection Returns a list of ediscoveryReviewTag objects associated to this case.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.security.ediscoveryCase",
  "id": "String (identifier)",
  "displayName": "String",
  "description": "String",
  "createdDateTime": "String (timestamp)",
  "lastModifiedBy": {
    "@odata.type": "microsoft.graph.identitySet"
  },
  "lastModifiedDateTime": "String (timestamp)",
  "status": "String",
  "closedBy": {
    "@odata.type": "microsoft.graph.identitySet"
  },
  "closedDateTime": "String (timestamp)",
  "externalId": "String"
}