| title | ediscoveryNoncustodialDataSource resource type |
|---|---|
| description | Noncustodial data sources let you add data to a case without having to associate it to a custodian. |
| author | SeunginLyu |
| ms.localizationpriority | medium |
| ms.subservice | ediscovery |
| doc_type | resourcePageType |
| ms.date | 06/11/2024 |
Namespace: microsoft.graph.security
[!INCLUDE beta-disclaimer]
Enables the addition of data to an eDiscovery case without associating it with a custodian. For details, see Add non-custodial data sources to an eDiscovery (Premium) case.
Inherits from dataSourceContainer.
| Method | Return type | Description |
|---|---|---|
| List non-custodial data sources | microsoft.graph.security.ediscoveryNoncustodialDataSource collection | Get a list of the ediscoveryNoncustodialDataSource objects and their properties. |
| Add non-custodial data sources | microsoft.graph.security.ediscoveryNoncustodialDataSource | Create a new ediscoveryNoncustodialDataSource object. |
| Get | microsoft.graph.security.ediscoveryNoncustodialDataSource | Read the properties and relationships of an ediscoveryNoncustodialDataSource object. |
| Update index | None | Triggers a indexOperation to make a non-custodial data source and associated data sources searchable. |
| Release | None | Release a non-custodial data source from a case. |
| Apply hold | None | Start the process of applying hold to eDiscovery non-custodial data sources. |
| Remove hold | None | Start the process of removing hold from eDiscovery non-custodial data sources. |
| Get last index operation | microsoft.graph.security.ediscoveryIndexOperation collection | Get a list of the ediscoveryIndexOperation associated with an ediscoveryNoncustodialDataSource. |
| Property | Type | Description |
|---|---|---|
| createdDateTime | DateTimeOffset | Created date and time of the nonCustodialDataSource. Inherited from microsoft.graph.security.datasourcecontainer. |
| displayName | String | Display name of the noncustodialDataSource. Inherited from microsoft.graph.security.datasourcecontainer. |
| id | String | Unique identifier of the nonCustodialDataSource. Inherited from entity. |
| lastModifiedDateTime | DateTimeOffset | Last modified date and time of the nonCustodialDataSource. Inherited from microsoft.graph.security.datasourcecontainer. |
| releasedDateTime | DateTimeOffset | Date and time that the nonCustodialDataSource was released from the case. Inherited from microsoft.graph.security.datasourcecontainer. |
| status | microsoft.graph.security.dataSourceContainerStatus | Latest status of the nonCustodialDataSource. Inherited from microsoft.graph.security.datasourcecontainer. The possible values are: Active, Released. |
| holdStatus | microsoft.graph.security.dataSourceHoldStatus | The hold status of the nonCustodialDataSource. The possible values are: notApplied, applied, applying, removing, partial |
| Relationship | Type | Description |
|---|---|---|
| dataSource | microsoft.graph.security.dataSource | User source or SharePoint site data source as non-custodial data source. |
| lastIndexOperation | microsoft.graph.security.ediscoveryIndexOperation | Operation entity that represents the latest indexing for the non-custodial data source. |
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.ediscoveryNoncustodialDataSource",
"id": "String (identifier)",
"status": "String",
"holdStatus": "String",
"lastModifiedDateTime": "String (timestamp)",
"releasedDateTime": "String (timestamp)",
"displayName": "String",
"createdDateTime": "String (timestamp)"
}