Skip to content

Latest commit

 

History

History
54 lines (45 loc) · 1.7 KB

File metadata and controls

54 lines (45 loc) · 1.7 KB
title dataSet resource type
description Represents an abstract base type for data sets used in eDiscovery.
author SeunginLyu
ms.localizationpriority medium
ms.subservice ediscovery
doc_type resourcePageType
ms.date 06/10/2025

dataSet resource type

Namespace: microsoft.graph.security

Represents an abstract base type for data sets used in eDiscovery.

Base type of ediscoveryReviewSet.

Inherits from entity.

Methods

None.

Properties

Property Type Description
createdBy microsoft.graph.identitySet The user who created the data set. Read-only.
createdDateTime DateTimeOffset The date and time when the review set was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.
description String The description of the data set.
displayName String The name of the data set. The name is unique with a maximum limit of 64 characters.
id String The unique identifier of the data set. Read-only. Inherited from entity.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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