AD Group
Note: if you are running CloudGraph locally you can view the interactive, automatically generated documentation in either GraphQL Playground or Altair by clicking the docs button on the right-hand side of the screen. After reading the below information we highly suggest you use one of these tools to test your queries as they will autocomplete fields for you and let you know if your queries are valid before you even submit them.
You can currently query the following attributes and connections on an Azure AD Group
Get data for a single Azure AD Group key that you know the ID for:
Get data for all of the AD Groups in a certain classification:
Get data for all of the AD Groups that are NOT archived:
Get data for all of the AD Groups that are connected to a authRoleAssignment:
You can order the results you get back either asc or desc depending on your preference:
Only select and return the first two AD Groups that are found:
Only select and return the first two AD Groups that are found, but offset by one so keys two & three are returned:
Count the number of AD Groups across all scanned Azure subscriptions:
Count the number of AD Groups renewed on the first day of the year. Note that you can apply all of the same filters that are listed above to aggregate queries:
Find all of the AD Groups that have mail enabled across all your accounts:
Putting it all together; get all data for all AD Groups across all regions for all scanned Azure subscriptions in a single query. For the purposes of this example, we will only get direct children of the keys but if you want to it's easy to go from say, disk -> virtualMachine -> networkInterface ...etc: