Skip to content

Latest commit

 

History

History
70 lines (61 loc) · 5.27 KB

security-ediscoverynoncustodialdatasource.md

File metadata and controls

70 lines (61 loc) · 5.27 KB
title description author ms.localizationpriority ms.subservice doc_type
ediscoveryNoncustodialDataSource resource type
Noncustodial data sources let you add data to a case without having to associate it to a custodian.
SeunginLyu
medium
ediscovery
resourcePageType

ediscoveryNoncustodialDataSource resource type

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.

Methods

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.

Properties

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. 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

Relationships

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.

JSON representation

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)"
}