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 URL of the SharePoint object.
- URL! :
- # The object type.
- SharePointDescendantType! :
- }