OBJECT

SharepointAnalysisResult

Description

SharePoint activity analysis results for a user.

link GraphQL Schema definition

  • type SharepointAnalysisResult {
  • # The total number of files across all SharePoint sites for this user.
  • totalFileCount: Long!
  • # The total number of SharePoint sites on which the user has activity.
  • totalSiteCount: Long!
  • }