| 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 |
Namespace: microsoft.graph.ediscovery
[!INCLUDE beta-disclaimer]
[!INCLUDE ediscovery-deprecation]
Base class for custodian and noncustodialDataSource.
Inherits from entity.
None
| 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. |
| Member | Description |
|---|---|
| Active | The dataSourceContainer is on hold in the case. |
| Released | The dataSourceContainer was released from hold in the case. |
None
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)"
}