INPUT_OBJECT
O365FullSpExclusion
Description
Configuration for the exclusion of a SharePoint object from protection.
link GraphQL Schema definition
- input O365FullSpExclusion {
- # 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! :
- }