Upravit

Sdílet prostřednictvím


ediscoveryAddToReviewSetOperation resource type

Namespace: microsoft.graph.security

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.

Represents an operation to add a eDiscoverySearch to a eDiscoveryReviewSet.

Inherits from caseOperation.

Methods

None.

Properties

Property Type Description
action microsoft.graph.security.caseAction The type of action the operation represents. Possible values are: contentExport, applyTags, convertToPdf, index, estimateStatistics, addToReviewSet, holdUpdate, unknownFutureValue, purgeData, exportReport, exportResult. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: purgeData, exportReport, exportResult. Inherited from caseOperation.
additionalDataOptions microsoft.graph.security.additionalDataOptions The options to add items to the review set. Possible values are: allVersions, linkedFiles, unknownFutureValue, advancedIndexing, listAttachments, htmlTranscripts, messageConversationExpansion, locationsWithoutHits, allItemsInFolder. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: advancedIndexing, listAttachments, htmlTranscripts, messageConversationExpansion, locationsWithoutHits, allItemsInFolder.
cloudAttachmentVersion microsoft.graph.security.cloudAttachmentVersion Specifies the number of most recent versions of cloud attachments to collect. Possible values are: latest, recent10, recent100, all, unknownFutureValue.
completedDateTime DateTimeOffset The date and time the operation was completed. Inherited from caseOperation.
createdBy identitySet The user that created the operation. Inherited from caseOperation.
createdDateTime DateTimeOffset The date and time the operation was created. Inherited from caseOperation.
documentVersion microsoft.graph.security.documentVersion Specifies the number of most recent versions of SharePoint documents to collect. Possible values are: latest, recent10, recent100, all, unknownFutureValue.
id String The ID for the operation. Read-only. Inherited from caseOperation.
itemsToInclude microsoft.graph.security.itemsToInclude The items to include in the review set. Possible values are: searchHits, partiallyIndexed, unknownFutureValue.
percentProgress Int32 The progress of the operation. Inherited from caseOperation.
resultInfo resultInfo Contains success and failure-specific result information. Inherited from caseOperation.
status microsoft.graph.security.caseOperationStatus The status of the case operation. Possible values are: notStarted, submissionFailed, running, succeeded, partiallySucceeded, failed. Inherited from caseOperation.

additionalDataOptions values

Name Description
allVersions Include all versions of a SharePoint document that match the source collection query. Caution: SharePoint versions can significantly increase the volume of items.
linkedFiles Include linked files shared in Outlook, Teams, or Engage messages by attaching a link to the file.
unknownFutureValue Evolvable enumeration sentinel value. Don't use.
advancedIndexing To reduce false matches, perform advanced indexing during export.
listAttachments Include list attachments.
htmlTranscripts Contextual chat messages are threaded into HTML transcript.
messageConversationExpansion Include conversation context around a hit.
locationsWithoutHits Look for unindexed items even in locations without hits.
allItemsInFolder Include all content in the folder if the folder itself matches a query.

itemsToInclude values

Member Description
searchHits Include indexed items that match.
partiallyIndexed Include unindexed items that might not match the query.
unknownFutureValue Evolvable enumeration sentinel value. Don't use.

Relationships

Relationship Type Description
reviewSet microsoft.graph.security.ediscoveryReviewSet eDiscovery review set to which items matching source collection query gets added.
search microsoft.graph.security.ediscoverySearch eDiscovery search that gets added to review set.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.security.ediscoveryAddToReviewSetOperation",
  "action": "String",
  "additionalDataOptions": "String",
  "cloudAttachmentVersion": "String",
  "completedDateTime": "String (timestamp)",
  "createdBy": {"@odata.type": "microsoft.graph.identitySet"},
  "createdDateTime": "String (timestamp)",
  "documentVersion": "String",
  "id": "String (identifier)",
  "itemsToInclude": "String",
  "percentProgress": "Int32",
  "resultInfo": {"@odata.type": "microsoft.graph.resultInfo"},
  "status": "String"
}