Skip to content

Latest commit

 

History

History
80 lines (63 loc) · 3.33 KB

File metadata and controls

80 lines (63 loc) · 3.33 KB
title reviewSet resource type
description Represents the static set of electronically stored information collected for use in a litigation, investigation, or regulatory request.
ms.localizationpriority medium
author mahage-msft
ms.subservice ediscovery
doc_type resourcePageType
ms.date 07/22/2024

reviewSet resource type

Namespace: microsoft.graph.ediscovery

[!INCLUDE beta-disclaimer]

[!INCLUDE ediscovery-deprecation]

Represents static set of electronically stored information collected for use in a litigation, investigation, or regulatory request.

Methods

Method Return Type Description
List reviewSets microsoft.graph.ediscovery.reviewSet collection Get a collection of reviewSet objects.
Create reviewSet microsoft.graph.ediscovery.reviewSet Create a new reviewSet.
Get reviewSet microsoft.graph.ediscovery.reviewSet Read the properties and relationships of a reviewSet object.
List queries microsoft.graph.ediscovery.reviewSetQuery collection Get a list of reviewSetQuery resources.
export None Initiate an export of data from the reviewset.
addToReviewSet None Add data from a sourceCollection to a reviewset.

Properties

Property Type Description
createdBy identitySet The user who created the review set. Read-only.
createdDateTime DateTimeOffset The datetime when the review set 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. Read-only.
displayName String The review set name. The name is unique with a maximum limit of 64 characters.
id String The review set unique identifier. Read-only.

Relationships

Relationship Type Description
queries microsoft.graph.ediscovery.reviewSetQuery collection Read-only. Nullable.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.ediscovery.reviewSet",
  "createdBy": {
    "@odata.type": "microsoft.graph.identitySet"
  },
  "id": "String (identifier)",
  "displayName": "String",
  "createdDateTime": "String (timestamp)"
}