AD Security Defaults Policy
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.
Overview
You can currently query the following attributes on an Azure AD Security Defaults Policy
Filtering
Get data for a single Azure AD Security Defaults Policy key that you know the ID for:
Get data for all of the Azure AD Security Defaults Policies in a certain region:
Get data for all of the Azure AD Security Defaults Policies that are NOT in a certain region:
Ordering
You can order the results you get back either asc or desc depending on your preference:
Only select and return the first two Azure AD Security Defaults Policies that are found:
Only select and return the first two Azure AD Security Defaults Policies that are found, but offset by one so keys two & three are returned:
Aggregation
Count the number of Azure AD Security Defaults Policies across all scanned Azure subscriptions:
Count the number of Azure AD Security Defaults Policies in a single account. Note that you can apply all of the same filters that are listed above to aggregate queries:
Examples
Find all of the Azure AD Security Defaults Policies that are in the eastus region across all your accounts:
Kitchen Sink
Putting it all together; get all data for all Azure AD Security Defaults Policies across all regions for all scanned Azure subscriptions in a single query:
References


