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