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.
  • objectSharepointId: String!
  • # Rubrik cluster ID of the SharePoint object.
  • objectId: String
  • # Name or title of the object.
  • objectName: String!
  • # Type of the object.
  • objectType: SnappableType
  • # UUID of the snapshot for recovery.
  • snapshotId: UUID!
  • # Sequence number of the snapshot.
  • snapshotNum: Int!
  • # Site owner for restored site.
  • siteOwnerEmail: String
  • }