Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph.security
Base class for the eDiscoveryCustodian and eDiscoveryNonCutodialDataSource resources.
The type is an abstract type.
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. | 
| 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. Possible values are: Active, Released. | 
dataSourceContainerStatus values
| Member | Description | 
|---|---|
| active | Data source container is active. | 
| release | Data source container has been released. | 
dataSourceHoldStatus values
| 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. | 
Relationships
None.
JSON representation
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)"
}