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
Enables the addition of data to an eDiscovery case without associating it with a custodian. For details, see Add noncustodial 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 noncustodial data source and associated data sources searchable. |
| Release | None | Release a noncustodial data source from a case. |
| Apply hold | None | Start the process of applying hold to eDiscovery noncustodial data sources. |
| Remove hold | None | Start the process of removing hold from eDiscovery noncustodial 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. |
| holdStatus | microsoft.graph.security.dataSourceHoldStatus | The hold status of the nonCustodialDataSource. The possible values are: notApplied, applied, applying, removing, partial |
| 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. |
Relationships
| Relationship | Type | Description |
|---|---|---|
| dataSource | microsoft.graph.security.dataSource | User source or SharePoint site data source as noncustodial data source. |
| lastIndexOperation | microsoft.graph.security.ediscoveryIndexOperation | Operation entity that represents the latest indexing for the noncustodial 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)"
}