OBJECT
FullSpSiteExclusions
Description
SharePoint objects excluded from protection under a site collection.
link GraphQL Schema definition
- type FullSpSiteExclusions {
- # The objects to be excluded under the site collection.
- : [FullSpObjectExclusion!]!
- # The fid of the SharePoint site collection.
- : String!
- }