Microsoft Graph · Schema

sharePointMigrationContainerInfo

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
dataContainerUri string A valid URL with a SAS token for accessing the Azure blob storage container that contains the file content. Read-only.
encryptionKey string Provides the AES-256-CBC encryption key if files stored in Azure blob containers are encrypted. The key is Base64-encoded. Read-only.
metadataContainerUri string A valid URL with a SAS token for accessing the Azure blob storage container that contains the file metadata. Read-only.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphsharepointmigrationcontainerinfo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.sharePointMigrationContainerInfo",
  "title": "sharePointMigrationContainerInfo",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "dataContainerUri": {
      "type": "string",
      "description": "A valid URL with a SAS token for accessing the Azure blob storage container that contains the file content. Read-only."
    },
    "encryptionKey": {
      "type": "string",
      "description": "Provides the AES-256-CBC encryption key if files stored in Azure blob containers are encrypted. The key is Base64-encoded. Read-only."
    },
    "metadataContainerUri": {
      "type": "string",
      "description": "A valid URL with a SAS token for accessing the Azure blob storage container that contains the file metadata. Read-only."
    },
    "@odata.type": {
      "type": "string"
    }
  }
}