Microsoft Graph · Schema
microsoft.graph.backupRestoreRoot
Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.backupRestoreRoot",
"title": "microsoft.graph.backupRestoreRoot",
"allOf": [
{
"$ref": "#/components/schemas/microsoft.graph.entity"
},
{
"title": "backupRestoreRoot",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"serviceStatus": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.serviceStatus"
},
{
"type": "object",
"nullable": true
}
],
"description": "Represents the tenant-level status of the Backup Storage service."
},
"driveInclusionRules": {
"type": "array",
"items": {
"$ref": "#/components/schemas/microsoft.graph.driveProtectionRule"
},
"description": "The list of drive inclusion rules applied to the tenant.",
"x-ms-navigationProperty": true
},
"driveProtectionUnits": {
"type": "array",
"items": {
"$ref": "#/components/schemas/microsoft.graph.driveProtectionUnit"
},
"description": "The list of drive protection units in the tenant.",
"x-ms-navigationProperty": true
},
"driveProtectionUnitsBulkAdditionJobs": {
"type": "array",
"items": {
"$ref": "#/components/schemas/microsoft.graph.driveProtectionUnitsBulkAdditionJob"
},
"x-ms-navigationProperty": true
},
"exchangeProtectionPolicies": {
"type": "array",
"items": {
"$ref": "#/components/schemas/microsoft.graph.exchangeProtectionPolicy"
},
"description": "The list of Exchange protection policies in the tenant.",
"x-ms-navigationProperty": true
},
"exchangeRestoreSessions": {
"type": "array",
"items": {
"$ref": "#/components/schemas/microsoft.graph.exchangeRestoreSession"
},
"description": "The list of Exchange restore sessions available in the tenant.",
"x-ms-navigationProperty": true
},
"mailboxInclusionRules": {
"type": "array",
"items": {
"$ref": "#/components/schemas/microsoft.graph.mailboxProtectionRule"
},
"description": "The list of mailbox inclusion rules applied to the tenant.",
"x-ms-navigationProperty": true
},
"mailboxProtectionUnits": {
"type": "array",
"items": {
"$ref": "#/components/schemas/microsoft.graph.mailboxProtectionUnit"
},
"description": "The list of mailbox protection units in the tenant.",
"x-ms-navigationProperty": true
},
"mailboxProtectionUnitsBulkAdditionJobs": {
"type": "array",
"items": {
"$ref": "#/components/schemas/microsoft.graph.mailboxProtectionUnitsBulkAdditionJob"
},
"x-ms-navigationProperty": true
},
"oneDriveForBusinessProtectionPolicies": {
"type": "array",
"items": {
"$ref": "#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy"
},
"description": "The list of OneDrive for Business protection policies in the tenant.",
"x-ms-navigationProperty": true
},
"oneDriveForBusinessRestoreSessions": {
"type": "array",
"items": {
"$ref": "#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSession"
},
"description": "The list of OneDrive for Business restore sessions available in the tenant.",
"x-ms-navigationProperty": true
},
"protectionPolicies": {
"type": "array",
"items": {
"$ref": "#/components/schemas/microsoft.graph.protectionPolicyBase"
},
"description": "List of protection policies in the tenant.",
"x-ms-navigationProperty": true
},
"protectionUnits": {
"type": "array",
"items": {
"$ref": "#/components/schemas/microsoft.graph.protectionUnitBase"
},
"description": "List of protection units in the tenant.",
"x-ms-navigationProperty": true
},
"restorePoints": {
"type": "array",
"items": {
"$ref": "#/components/schemas/microsoft.graph.restorePoint"
},
"description": "List of restore points in the tenant.",
"x-ms-navigationProperty": true
},
"restoreSessions": {
"type": "array",
"items": {
"$ref": "#/components/schemas/microsoft.graph.restoreSessionBase"
},
"description": "List of restore sessions in the tenant.",
"x-ms-navigationProperty": true
},
"serviceApps": {
"type": "array",
"items": {
"$ref": "#/components/schemas/microsoft.graph.serviceApp"
},
"description": "List of Backup Storage apps in the tenant.",
"x-ms-navigationProperty": true
},
"sharePointProtectionPolicies": {
"type": "array",
"items": {
"$ref": "#/components/schemas/microsoft.graph.sharePointProtectionPolicy"
},
"description": "The list of SharePoint protection policies in the tenant.",
"x-ms-navigationProperty": true
},
"sharePointRestoreSessions": {
"type": "array",
"items": {
"$ref": "#/components/schemas/microsoft.graph.sharePointRestoreSession"
},
"description": "The list of SharePoint restore sessions available in the tenant.",
"x-ms-navigationProperty": true
},
"siteInclusionRules": {
"type": "array",
"items": {
"$ref": "#/components/schemas/microsoft.graph.siteProtectionRule"
},
"description": "The list of site inclusion rules applied to the tenant.",
"x-ms-navigationProperty": true
},
"siteProtectionUnits": {
"type": "array",
"items": {
"$ref": "#/components/schemas/microsoft.graph.siteProtectionUnit"
},
"description": "The list of site protection units in the tenant.",
"x-ms-navigationProperty": true
},
"siteProtectionUnitsBulkAdditionJobs": {
"type": "array",
"items": {
"$ref": "#/components/schemas/microsoft.graph.siteProtectionUnitsBulkAdditionJob"
},
"x-ms-navigationProperty": true
},
"@odata.type": {
"type": "string"
}
}
}
],
"x-ms-discriminator-value": "#microsoft.graph.backupRestoreRoot"
}