INPUT_OBJECT

ExcludeSharepointObjectsFromProtectionInput

Description

Configuration for the exclusion of SharePoint objects from protection.

link GraphQL Schema definition

  • input ExcludeSharepointObjectsFromProtectionInput {
  • # ID of the org.
  • orgId: String!
  • # Configurations for the exclusions for each SharePoint site collection.
  • exclusions: [O365FullSpSiteExclusions!]!
  • }

link Require by