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