OBJECT

FullSpObjectExclusion

Description

SharePoint object excluded from protection.

link GraphQL Schema definition

  • type FullSpObjectExclusion {
  • # 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!
  • }