Skip to content

Latest commit

 

History

History
59 lines (45 loc) · 1.51 KB

File metadata and controls

59 lines (45 loc) · 1.51 KB
title dataSource resource type
description The dataSource entity is an abstract base class used to identify sources of content for eDiscovery.
author mahage-msft
ms.localizationpriority medium
ms.subservice ediscovery
doc_type resourcePageType
ms.date 06/10/2024

dataSource resource type

Namespace: microsoft.graph.ediscovery

[!INCLUDE beta-disclaimer]

[!INCLUDE ediscovery-deprecation]

The dataSource entity is an abstract base class used to identify sources of content for eDiscovery.

Methods

None

Properties

Property Type Description
createdBy identitySet The user who created the dataSource.
createdDateTime DateTimeOffset The date and time the dataSource was created.
displayName String The display name of the dataSource, and is the name of the SharePoint site.
id String The ID of the dataSource. This isn't the ID of the actual site.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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