| title | dataSourceContainer resource type |
|---|---|
| description | Base class for custodians and noncustodial data sources. |
| author | SeunginLyu |
| ms.localizationpriority | medium |
| ms.subservice | ediscovery |
| doc_type | resourcePageType |
| ms.date | 06/11/2024 |
Namespace: microsoft.graph.security
Base class for the eDiscoveryCustodian and eDiscoveryNonCutodialDataSource resources.
The type is an abstract type.
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. |
| holdStatus | microsoft.graph.security.dataSourceHoldStatus | The hold status of the dataSourceContainer. The possible values are: notApplied, applied, applying, removing, partial |
| 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.security.dataSourceContainerStatus | Latest status of the dataSourceContainer. The possible values are: Active, Released. |
| Member | Description |
|---|---|
| active | Data source container is active. |
| release | Data source container has been released. |
| Member | Description |
|---|---|
| notApplied | Data source container isn't on hold. |
| applied | Data source container is on hold. |
| applying | Data source container is in applying hold state (applyHold operation triggered). |
| removing | Data source container is in removing the hold state (removeHold operation triggered). |
| partial | Data source container is in mixed state where some sources are on hold and some not on hold or error state. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.dataSourceContainer",
"id": "String (identifier)",
"status": "String",
"holdStatus": "String",
"lastModifiedDateTime": "String (timestamp)",
"releasedDateTime": "String (timestamp)",
"displayName": "String",
"createdDateTime": "String (timestamp)"
}