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.
- : Long
- # Count of objects of type contact.
- : Long
- # Count of objects of type containers.
- : Long
- # Count of objects of type gpo.
- : Long
- # Count of objects of type group managed service accounts.
- : Long
- # Count of objects of type group.
- : Long
- # Count of objects of type managed service accounts.
- : Long
- # Count of objects of type organizational unit.
- : Long
- # Count of objects of type user.
- : Long
- }