OBJECT
FullSpObjectExclusion
Description
SharePoint object excluded from protection.
link GraphQL Schema definition
- type FullSpObjectExclusion {
- # The fid of the SharePoint object.
- : String!
- # The name of the SharePoint object.
- : String!
- # The object type.
- : SharePointDescendantType!
- # The URL of the SharePoint object.
- : URL!
- }