Edit

Share via


ediscoveryHoldPolicySyncOperation resource type

Namespace: microsoft.graph.security

Represents an operation that adds or updates a legal hold policy.

For more information, see Manage holds in eDiscovery.

Inherits from caseOperation.

Methods

None.

Properties

Property Type Description
action microsoft.graph.security.caseAction The type of action the operation represents. The possible values are: contentExport, applyTags, convertToPdf, index, estimateStatistics, addToReviewSet, holdUpdate, unknownFutureValue, purgeData, exportReport, exportResult, holdPolicySync. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: purgeData, exportReport, exportResult, holdPolicySync. Inherited from caseOperation.
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.
id String The ID for the operation. Read-only. Inherited from caseOperation.
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. The possible values are: notStarted, submissionFailed, running, succeeded, partiallySucceeded, failed, unknownFutureValue. Inherited from caseOperation.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.security.ediscoveryHoldPolicySyncOperation",
  "id": "String (identifier)",
  "createdDateTime": "String (timestamp)",
  "completedDateTime": "String (timestamp)",
  "action": "String",
  "createdBy": {
    "@odata.type": "microsoft.graph.identitySet"
  },
  "percentProgress": "Integer",
  "status": "String",
  "resultInfo": {
    "@odata.type": "microsoft.graph.resultInfo"
  },
  "reportFileMetadata": [
    {
      "@odata.type": "microsoft.graph.security.reportFileMetadata"
    }
  ]
}