granularMailboxRestoreArtifact resource type
Namespace: microsoft.graph
Represents the restore point and destination details that can be used to restore a mailbox protection unit.
Inherits from mailboxRestoreArtifact.
Methods
Method | Return type | Description |
---|---|---|
List | mailboxRestoreArtifact collection | Get a list of the mailboxRestoreArtifact objects and their properties. |
Properties
Property | Type | Description |
---|---|---|
artifactCount | int | . |
id | String | The unique identifier of the restore artifact. |
completionDateTime | DateTimeOffset | The time when the restoration of the artifact is completed. Inherited from restoreArtifactBase. |
destinationType | destinationType | Indicates the restoration destination. Inherited from restoreArtifactBase. The possible values are: new , inPlace , unknownFutureValue . |
error | publicError | Contains error details if the restoration of the artifact fails. Inherited from restoreArtifactBase. |
restoredFolderId | String | The new restored folder identifier for the user. |
restoredFolderName | String | The new restored folder name. |
searchResponseId | String | . |
startDateTime | DateTimeOffset | The time when the restoration of the artifact started. Inherited from restoreArtifactBase. |
status | artifactRestoreStatus | The restoration status of the artifact. Inherited from restoreArtifactBase.T he possible values are: added , scheduling , scheduled , inProgress , succeeded , failed , unknownFutureValue . |
Relationships
Relationship | Type | Description |
---|---|---|
restorePoint | restorePoint | Represents the date and time when an artifact is protected by a protection policy and can be restored. Inherited from restoreArtifactBase |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.granularMailboxRestoreArtifact",
"artifactCount": "Int",
"id": "String (identifier)",
"destinationType": "String",
"status": "String",
"startDateTime": "String (timestamp)",
"completionDateTime": "String (timestamp)",
"error": {
"@odata.type": "microsoft.graph.publicError"
},
"restoredFolderId": "String",
"restoredFolderName": "String",
"searchResponseId": "String"
}