OBJECT

ActiveDirectoryObjectsCount

Description

Count of different type of Active Directory objects in the snapshot.

link GraphQL Schema definition

  • type ActiveDirectoryObjectsCount {
  • # Count of users in the snapshot.
  • users: Long
  • # Count of groups in the snapshot.
  • groups: Long
  • # Count of contacts in the snapshot.
  • contacts: Long
  • # Count of computers in the snapshot.
  • computers: Long
  • # Count of organizational units in the snapshot.
  • organizationalUnits: Long
  • # Count of containers in the snapshot.
  • containers: Long
  • # Count of group policies in the snapshot.
  • gpos: Long
  • }