Skip to content

Latest commit

 

History

History
71 lines (54 loc) · 2.12 KB

File metadata and controls

71 lines (54 loc) · 2.12 KB
title dataSourceContainer resource type
description Base class for Custodians and Non-Custodial data sources.
author mahage-msft
ms.localizationpriority medium
ms.subservice ediscovery
doc_type resourcePageType
ms.date 07/22/2024

dataSourceContainer resource type

Namespace: microsoft.graph.ediscovery

[!INCLUDE beta-disclaimer]

[!INCLUDE ediscovery-deprecation]

Base class for custodian and noncustodialDataSource.

Inherits from entity.

Methods

None

Properties

Property Type Description
createdDateTime DateTimeOffset Created date and time of the dataSourceContainer entity.
displayName String Display name of the dataSourceContainer entity.
id String Unique identifier of the dataSourceContainer. Inherited from entity
lastModifiedDateTime DateTimeOffset Last modified date and time of the dataSourceContainer.
releasedDateTime DateTimeOffset Date and time that the dataSourceContainer was released from the case.
status microsoft.graph.ediscovery.dataSourceContainerStatus Latest status of the dataSourceContainer. The possible values are: Active, Released.

dataSourceContainerStatus values

Member Description
Active The dataSourceContainer is on hold in the case.
Released The dataSourceContainer was released from hold in the case.

Relationships

None

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.ediscovery.dataSourceContainer",
  "id": "String (identifier)",
  "status": "String",
  "lastModifiedDateTime": "String (timestamp)",
  "releasedDateTime": "String (timestamp)",
  "displayName": "String",
  "createdDateTime": "String (timestamp)"
}