driveRestoreArtifactsBulkAdditionRequest resource type

Namespace: microsoft.graph

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 properties of a driveRestoreArtifactsBulkAdditionRequest associated with a OneDrive for work or school restore session. It contains a list of drives that are added to the corresponding OneDrive for work or school restore session in a bulk operation.

Inherits from restoreArtifactsBulkRequestBase.

Methods

Method Return type Description
List driveRestoreArtifactsBulkAdditionRequest collection Get a list of the driveRestoreArtifactsBulkAdditionRequest objects associated with a oneDriveForBusinessRestoreSession.
Create driveRestoreArtifactsBulkAdditionRequest Create a driveRestoreArtifactsBulkAdditionRequest object associated with a oneDriveForBusinessRestoreSession.
Get driveRestoreArtifactsBulkAdditionRequest Get a driveRestoreArtifactsBulkAdditionRequest object by its id, associated with a oneDriveForBusinessRestoreSession.
Delete None Delete a driveRestoreArtifactsBulkAdditionRequest object associated with a oneDriveForBusinessRestoreSession.

Properties

Property Type Description
createdBy identitySet The identity of the person who created the bulk request. Inherited from restoreArtifactsBulkRequestBase.
createdDateTime DateTimeOffset The time when the bulk request was created. Inherited from restoreArtifactsBulkRequestBase.
destinationType destinationType Indicates the restoration destination. The possible values are: new, inPlace, unknownFutureValue. Inherited from restoreArtifactsBulkRequestBase.
directoryObjectIds String collection The list of directory object IDs that are added to the corresponding OneDrive for work or school restore session in a bulk operation. This property isn't implemented yet. Future value; don't use.
displayName String Name of the addition request. Inherited from restoreArtifactsBulkRequestBase.
drives String collection The list of email addresses that are added to the corresponding OneDrive for work or school restore session in a bulk operation.
error publicError Error details are populated for resource resolution failures. Inherited from restoreArtifactsBulkRequestBase.
id String The unique identifier of the bulk request associated with the restore session. Inherited from restoreArtifactsBulkRequestBase.
lastModifiedBy identitySet Identity of the person who last modified this entity. Inherited from restoreArtifactsBulkRequestBase.
lastModifiedDateTime DateTimeOffset Timestamp when this entity was last modified. Inherited from restoreArtifactsBulkRequestBase.
protectionTimePeriod timePeriod The start and end date time of the protection period. Inherited from restoreArtifactsBulkRequestBase.
protectionUnitIds String collection Indicates which protection units to restore. This property isn't implemented yet. Future value; don't use. Inherited from restoreArtifactsBulkRequestBase.
restorePointPreference restorePointPreference Indicates which restore point to return. The possible values are: oldest, latest, unknownFutureValue. Inherited from restoreArtifactsBulkRequestBase.
status restoreArtifactsBulkRequestStatus The status of the long-running operation. The possible values are: unknown, active, completed, completedWithErrors, unknownFutureValue. Inherited from restoreArtifactsBulkRequestBase.
tags restorePointTags The type of the restore point. The possible values are: none, fastRestore, unknownFutureValue. Inherited from restoreArtifactsBulkRequestBase.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.driveRestoreArtifactsBulkAdditionRequest",
  "createdBy": {"@odata.type": "microsoft.graph.identitySet"},
  "createdDateTime": "String (timestamp)",
  "destinationType": "String",
  "directoryObjectIds": ["String"],
  "displayName": "String",
  "drives": ["String"],
  "error": {"@odata.type": "microsoft.graph.publicError"},
  "id": "String (identifier)",
  "lastModifiedBy": {"@odata.type": "microsoft.graph.identitySet"},
  "lastModifiedDateTime": "String (timestamp)",
  "protectionTimePeriod": {"@odata.type": "microsoft.graph.timePeriod"},
  "protectionUnitIds": ["String"],
  "restorePointPreference": "String",
  "status": "String",
  "tags": "String"
}