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
Represents an operation to add an eDiscoverySearch to an 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. |
reportFileMetadata | microsoft.graph.security.reportFileMetadata collection | Contains the properties for report file metadata, including downloadUrl, fileName, and size. |
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",
"reportFileMetadata": [{"@odata.type": "microsoft.graph.reportFileMetadata"}],
"resultInfo": {"@odata.type": "microsoft.graph.resultInfo"},
"status": "String"
}