OBJECT
UserRecoveryAnalysis
Description
Per-user recovery analysis data containing activity statistics for Exchange, OneDrive, and SharePoint.
link GraphQL Schema definition
- type UserRecoveryAnalysis {
- # Exchange activity analysis for this user including emails, calendar events, and
- # contacts.
- : ExchangeAnalysisResult
- # OneDrive activity analysis for this user including file counts.
- : OnedriveAnalysisResult
- # SharePoint activity analysis for this user including sites and files accessed.
- : SharepointAnalysisResult
- # The email address of the user.
- : String!
- # The unique identifier of the user.
- : String!
- # The display name of the user.
- : String!
- }