Microsoft Graph · Schema

microsoft.graph.exchangeRestoreSession

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphexchangerestoresession-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.exchangeRestoreSession",
  "title": "microsoft.graph.exchangeRestoreSession",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.restoreSessionBase"
    },
    {
      "title": "exchangeRestoreSession",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "granularMailboxRestoreArtifacts": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.granularMailboxRestoreArtifact"
          },
          "x-ms-navigationProperty": true
        },
        "mailboxRestoreArtifacts": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.mailboxRestoreArtifact"
          },
          "description": "A collection of restore points and destination details that can be used to restore Exchange mailboxes.",
          "x-ms-navigationProperty": true
        },
        "mailboxRestoreArtifactsBulkAdditionRequests": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.mailboxRestoreArtifactsBulkAdditionRequest"
          },
          "description": "A collection of user mailboxes and destination details that can be used to restore Exchange mailboxes.",
          "x-ms-navigationProperty": true
        },
        "@odata.type": {
          "type": "string",
          "default": "#microsoft.graph.exchangeRestoreSession"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.exchangeRestoreSession"
}