ediscoverySearchExportOperation 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 the process of an ediscoverySearch export.
Inherits from caseOperation.
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 . You must use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: purgeData , exportReport , exportResult . Inherited from caseOperation. |
additionalOptions | microsoft.graph.security.additionalOptions | The additional items to include in the export. The possible values are: none , teamsAndYammerConversations , cloudAttachments , allDocumentVersions , subfolderContents , listAttachments , unknownFutureValue . |
completedDateTime | DateTimeOffset | The date and time when the operation was completed. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z . Inherited from caseOperation. |
createdBy | microsoft.graph.identitySet | The user who created the operation. Inherited from caseOperation. |
createdDateTime | DateTimeOffset | The date and time when the operation was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. Inherited from caseOperation. |
description | String | The description of the export by the user. |
displayName | String | The name of export provided by the user. |
exportCriteria | microsoft.graph.security.exportCriteria | Items to be included in the export. The possible values are: searchHits , partiallyIndexed , unknownFutureValue . |
exportFileMetadata | microsoft.graph.security.ediscoveryExportFileMetadata collection | Contains the properties for an export file metadata, including downloadUrl, fileName, and size. |
exportFormat | microsoft.graph.security.exportFormat | Format of the emails of the export. The possible values are: pst , msg , eml , unknownFutureValue . |
exportLocation | microsoft.graph.security.exportLocation | Location scope for partially indexed items. You can choose to include partially indexed items only in responsive locations with search hits or in all targeted locations. The possible values are: responsiveLocations , nonresponsiveLocations , unknownFutureValue . |
exportSingleItems | Boolean | Indicates whether to export single items. |
id | String | The ID for the operation. Read-only. Inherited from caseOperation. |
percentProgress | Int32 | The progress of the operation. Inherited from caseOperation. |
resultInfo | microsoft.graph.resultInfo | Contains success and failure-specific result information. Inherited from caseOperation. |
status | microsoft.graph.security.caseOperationStatus | The status of the case operation. The possible values are: notStarted , submissionFailed , running , succeeded , partiallySucceeded , failed , unknownFutureValue . Inherited from caseOperation. |
additionalOptions values
Member | Description |
---|---|
none | No additional options selected. |
teamsAndYammerConversations | Collect up to 12 hours of related conversations when a message matches a search. |
cloudAttachments | Collect items from links to SharePoint or OneDrive. |
allDocumentVersions | Collect all versions of SharePoint documents. If not selected, only current versions are collected. |
subfolderContents | Collect items inside subfolders of a matched folder. |
listAttachments | Collect files attached to SharePoint lists and their child items. |
unknownFutureValue | Evolvable enumeration sentinel value. Don't use. |
exportCriteria values
Member | Description |
---|---|
searchHits | Export collected items with search hits. |
partiallyIndexed | Include partially indexed items, such as those in unrecognized formats, encrypted, or not indexed for other reasons. |
unknownFutureValue | Evolvable enumeration sentinel value. Don't use. |
exportFormat values
Member | Description |
---|---|
pst | Individual .pst files for each mailbox. |
msg | Individual .msg files for each message. |
eml | Individual .eml files for each message. |
unknownFutureValue | Evolvable enumeration sentinel value. Don't use. |
exportLocation values
Member | Description |
---|---|
responsiveLocations | Locations with search hits only. |
nonresponsiveLocations | Locations with no search hits. |
unknownFutureValue | Evolvable enumeration sentinel value. Don't use. |
Relationships
Relationship | Type | Description |
---|---|---|
search | microsoft.graph.security.ediscoverySearch | The eDiscovery searches under each case. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.ediscoverySearchExportOperation",
"action": "String",
"additionalOptions": "String",
"completedDateTime": "String (timestamp)",
"createdBy": {"@odata.type": "microsoft.graph.identitySet"},
"createdDateTime": "String (timestamp)",
"description": "String",
"displayName": "String",
"exportCriteria": "String",
"exportFileMetadata": [{"@odata.type": "microsoft.graph.security.ediscoveryExportFileMetadata"}],
"exportFormat": "String",
"exportLocation": "String",
"exportSingleItems": "Boolean",
"id": "String (identifier)",
"percentProgress": "Int32",
"resultInfo": {"@odata.type": "microsoft.graph.resultInfo"},
"status": "String"
}