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.
- Long :
- # Count of groups in the snapshot.
- Long :
- # Count of contacts in the snapshot.
- Long :
- # Count of computers in the snapshot.
- Long :
- # Count of organizational units in the snapshot.
- Long :
- # Count of containers in the snapshot.
- Long :
- # Count of group policies in the snapshot.
- Long :
- }