INTERFACE

O365SharepointObject

link GraphQL Schema definition

  • interface O365SharepointObject {
  • # The sharepoint object ID.
  • objectId: String!
  • # The parent ID of the object.
  • parentId: String!
  • # The child ID of the object used for full SharePoint.
  • siteChildId: String!
  • # The title or name of the sharepoint object.
  • title: String!
  • # The preferred data location of the SharePoint workload.
  • preferredDataLocation: String!
  • }