Edit

Share via


dataSet resource type

Namespace: microsoft.graph.security

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

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)"
}