OBJECT

ProtectedUserDetails

Description

Stores the details of protected users.

link GraphQL Schema definition

  • type ProtectedUserDetails {
  • # Total number of protected resource mailboxes.
  • resourceMailboxProtected: Int
  • # Total number of protected shared mailboxes.
  • sharedMailboxProtected: Int
  • # Total number of protected unlicensed OneDrive storage services.
  • unlicensedOnedriveProtected: Int
  • # Total number of protected unlicensed resource mailboxes.
  • unlicensedResourceMailboxProtected: Int
  • # Total number of protected unlicensed shared mailboxes.
  • unlicensedSharedMailboxProtected: Int
  • # Total number of protected unlicensed user mailboxes.
  • unlicensedUserMailboxProtected: Int
  • # Total number of protected user mailboxes.
  • userMailboxProtected: Int
  • }