eDiscovery.ReadWrite.All
Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on behalf of the signed-in user.
Merill's Note
For an app to access data in Microsoft Graph, the user or administrator must grant it the permissions it needs. This article lists all the Microsoft Graph APIs and your tenant data that can be accessed by the application (vendor/developer) if you consent to the
eDiscovery.ReadWrite.All
permission.If you need to create an audit report of the permissions granted to all the apps in your tenant, you can run the
Export-MsIdAppConsentGrantReport
command. See How To: Run a quick OAuth app audit of your tenant
Category | Application | Delegated |
---|---|---|
Identifier | b2620db1-3bf7-4c5b-9cb9-576d29eac736 | acb8f680-0834-4146-b69e-4ab1b39745ad |
DisplayText | Read and write all eDiscovery objects | Read and write all eDiscovery objects |
Description | Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects without a signed-in user. | Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on behalf of the signed-in user. |
AdminConsentRequired | Yes | Yes |
Graph Methods
→ API supports delegated access (access on behalf of a user)
→ API supports app-only access (access without a user)
Methods | |
---|---|
Resources
Granting this permission allows the calling application to access (and/or update) the following information in your tenant.
- addToReviewSetOperation
- case
- caseExportOperation
- caseOperation
- custodian
- dataSource
- estimateStatisticsOperation
- legalHold
- noncustodialDataSource
- purgeDataOperation
- reviewSet
- reviewSetQuery
- siteSource
- sourceCollection
- tag
- unifiedGroupSource
- userSource
- caseOperation
- dataSource
- ediscoveryAddToReviewSetOperation
- ediscoveryCase
- ediscoveryCaseSettings
- ediscoveryCustodian
- ediscoveryEstimateOperation
- ediscoveryExportOperation
- ediscoveryFile
- ediscoveryHoldOperation
- ediscoveryHoldPolicy
- ediscoveryIndexOperation
- ediscoveryNoncustodialDataSource
- ediscoveryPurgeDataOperation
- ediscoveryReviewSet
- ediscoveryReviewSetQuery
- ediscoveryReviewTag
- ediscoverySearch
- ediscoverySearchExportOperation
- ocrSettings
- redundancyDetectionSettings
- siteSource
- topicModelingSettings
- unifiedGroupSource
- userSource
Graph reference: addToReviewSetOperation
Property | Type | Description |
---|---|---|
action | microsoft.graph.ediscovery.caseAction | The case action for this entity will always be addToReviewSet . Read-only. Inherited from caseOperation. |
completedDateTime | DateTimeOffset | The date and time the operation was completed. Read-only. Inherited from caseOperation |
createdBy | identitySet | The user who created the operation. Read-only. Inherited from caseOperation |
createdDateTime | DateTimeOffset | The date and time the operation was started. Read-only. Inherited from caseOperation |
id | String | The ID for the operation. Read-only. Inherited from caseOperation. |
percentProgress | Int32 | The progress of the operation. Read-only. Inherited from caseOperation. |
resultInfo | resultInfo | Contains success and failure-specific result information. Inherited from caseOperation. |
status | microsoft.graph.ediscovery.caseOperationStatus | The status of the case operation. Inherited from caseOperation. Possible values are: notStarted , submissionFailed , running , succeeded , partiallySucceeded , failed . |