INPUT_OBJECT

O365FullSpSiteExclusions

Description

Configuration for the exclusion of SharePoint objects under a site collection from protection.

link GraphQL Schema definition

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