OBJECT

FullSpSiteExclusions

Description

SharePoint objects excluded from protection under a site collection.

link GraphQL Schema definition

  • type FullSpSiteExclusions {
  • # The fid of the SharePoint site collection.
  • siteFid: String!
  • # The objects to be excluded under the site collection.
  • excludedObjects: [FullSpObjectExclusion!]!
  • }