| title | restorePoint resource type |
|---|---|
| description | Represents the date and time when an artifact is protected by a protectionPolicy and can be restored. |
| author | tushar20 |
| ms.reviewer | manikantsinghms |
| ms.localizationpriority | medium |
| ms.subservice | m365-backup-storage |
| doc_type | resourcePageType |
| ms.date | 08/03/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents the date and time when an artifact is protected by a protectionPolicy and can be restored.
The following limitations apply to this API:
- When sites or mailboxes are added to a backup policy, it might take up to 15 minutes per 1,000 sites or mailboxes for restore points to become available.
- Although OneDrive account and mailbox backups of deleted users are maintained and restorable after the user’s Microsoft Entra ID is deleted, the user is displayed as an empty user in results.
| Method | Return type | Description |
|---|---|---|
| List | restorePoint collection | Get a list of restorePoint objects and their properties. |
| Search | restorePointSearchResponse | Search for the restore points associated with a protectionUnit. |
| Property | Type | Description |
|---|---|---|
| expirationDateTime | DateTimeOffset | Expiration date time of the restore point. |
| id | String | ID of the restore point. |
| protectionDateTime | DateTimeOffset | Date time when the restore point was created. |
| tags | restorePointTags | The type of the restore point. The possible values are: none, fastRestore, unknownFutureValue, includeNewerItems. Use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: includeNewerItems. |
| Member | Description |
|---|---|
| none | No tag. |
| fastRestore | Get a fast restore point. |
| unknownFutureValue | Evolvable enumeration sentinel value. Don't use. |
| includeNewerItems | Get a restore point within a given time period that includes newer items created during that period. |
| Relationship | Type | Description |
|---|---|---|
| protectionUnit | protectionUnitBase | The site, drive, or mailbox units that are protected under a protection policy. |
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.restorePoint",
"id": "String (identifier)",
"protectionDateTime": "String (timestamp)",
"expirationDateTime": "String (timestamp)",
"tags": "String"
}