OBJECT

ActiveDirectoryObjectsCount

Description

Count of different types of Active Directory objects in a snapshot.

link GraphQL Schema definition

  • type ActiveDirectoryObjectsCount {
  • # Count of objects of type computer.
  • computers: Long
  • # Count of objects of type contact.
  • contacts: Long
  • # Count of objects of type containers.
  • containers: Long
  • # Count of objects of type gpo.
  • gpos: Long
  • # Count of objects of type group managed service accounts.
  • groupManagedServiceAccounts: Long
  • # Count of objects of type group.
  • groups: Long
  • # Count of objects of type managed service accounts.
  • managedServiceAccounts: Long
  • # Count of objects of type organizational unit.
  • organizationalUnits: Long
  • # Count of objects of type user.
  • users: Long
  • }