INPUT_OBJECT

O365SharepointSnapshotFileDeltaInput

Description

Input for specifying Microsoft Office 365 SharePoint fields in WorkloadFieldsInput.

link GraphQL Schema definition

  • input O365SharepointSnapshotFileDeltaInput {
  • # Browse Microsoft Office 365 SharePoint folder ID.
  • folderId: String
  • # Microsoft Office 365 organization ID.
  • orgId: String
  • # The workload specific input needed for (SharePointDrive/OneDrive/SharePointSite)
  • # objects.
  • sharepointSiteReq: O365SharePointSite
  • }