Microsoft Graph · Schema

microsoft.graph.sharePointMigrationFinishManifestFileUploadEvent

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphsharepointmigrationfinishmanifestfileuploadeve-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.sharePointMigrationFinishManifestFileUploadEvent",
  "title": "microsoft.graph.sharePointMigrationFinishManifestFileUploadEvent",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.sharePointMigrationEvent"
    },
    {
      "title": "sharePointMigrationFinishManifestFileUploadEvent",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "manifestFileName": {
          "type": "string",
          "description": "The exported manifest file name. Read-only."
        },
        "@odata.type": {
          "type": "string"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.sharePointMigrationFinishManifestFileUploadEvent"
}