OBJECT

ProtectedUserDetails

Description

Stores the details of protected users.

link GraphQL Schema definition

  • type ProtectedUserDetails {
  • # Total number of protected user mailboxes.
  • userMailboxProtected: Int
  • # Total number of protected shared mailboxes.
  • sharedMailboxProtected: Int
  • }