INPUT_OBJECT
SharePointItems
Description
Represents the SharePoint items in a site collection to be restored.
link GraphQL Schema definition
- input SharePointItems {
- # ID of the object in SharePoint Online.
- String! :
- # Rubrik cluster ID for the parent object of the SharePoint item.
- String :
- # Type of the parent object.
- SnappableType :
- # The list items to restore when the parent object is a list.
- SharePointListItem!]! : [
- # The folder items to restore.
- FolderInfo!]! : [
- # The files to restore when the parent object is a document library.
- FileInfo!]! : [
- # Specifies whether these SharePoint items are Page Library items or not.
- Boolean! :
- # Specifies whether these SharePoint items are also App Catalog items.
- Boolean :
- }