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.
  • fid: String!
  • # The name of the SharePoint object.
  • name: String!
  • # The URL of the SharePoint object.
  • url: URL!
  • # The object type.
  • objectType: SharePointDescendantType!
  • }