INPUT_OBJECT
SharePointObject
Description
Represents the SharePoint object (document library, list, site, or web part) to be restored.
link GraphQL Schema definition
- input SharePointObject {
- # ID of the object in SharePoint Online.
- String! :
- # Rubrik cluster ID of the SharePoint object.
- String :
- # Name or title of the object.
- String! :
- # Type of the object.
- SnappableType :
- # UUID of the snapshot for recovery.
- UUID! :
- # Sequence number of the snapshot.
- Int! :
- # Site owner for restored site.
- String :
- }