noncustodialDataSource resource type

Namespace: microsoft.graph.ediscovery

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Noncustodial data sources let you add data to a case without having to associate it to a custodian. To learn more, visit Add noncustodial data sources to an Advanced eDiscovery case

Inherits from dataSourceContainer.

Methods

Method Return type Description
List noncustodialDataSources microsoft.graph.ediscovery.noncustodialDataSource collection Get a list of the noncustodialDataSource objects and their properties.
Get noncustodialDataSource microsoft.graph.ediscovery.noncustodialDataSource Read the properties and relationships of a noncustodialDataSource object.
Release dataSource None Releases a noncustodial data source.
List dataSource microsoft.graph.ediscovery.dataSource collection Get the dataSource resources from the dataSource navigation property.
Create dataSource microsoft.graph.ediscovery.dataSource Create a new dataSource object.

Properties

Property Type Description
applyHoldToSource Boolean Indicates if hold is applied to noncustodial data source (such as mailbox or site).
createdDateTime DateTimeOffset Created date and time of the nonCustodialDataSource. Inherited from microsoft.graph.ediscovery.dataSourceContainer.
displayName String Display name of the noncustodialDataSource. Inherited from microsoft.graph.ediscovery.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.ediscovery.dataSourceContainer.
releasedDateTime DateTimeOffset Date and time that the nonCustodialDataSource was released from the case. Inherited from microsoft.graph.ediscovery.dataSourceContainer.
status microsoft.graph.ediscovery.dataSourceContainerStatus Latest status of the nonCustodialDataSource. Inherited from microsoft.graph.ediscovery.dataSourceContainer. Possible values are: Active, Released.

Relationships

Relationship Type Description
dataSource microsoft.graph.ediscovery.dataSource User source or SharePoint site data source as noncustodial data source.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.ediscovery.noncustodialDataSource",
  "id": "String (identifier)",
  "status": "String",
  "lastModifiedDateTime": "String (timestamp)",
  "releasedDateTime": "String (timestamp)",
  "displayName": "String",
  "createdDateTime": "String (timestamp)",
  "applyHoldToSource": "Boolean"
}