turbot/azure_insights

Query: activedirectory_user_by_user_type

Usage

powerpipe query azure_insights.query.activedirectory_user_by_user_type

Steampipe Tables

SQL

select
user_type as "User Type",
count(user_type) as "Users"
from
azuread_user
group by
user_type
order by
user_type;

Dashboards

The query is used in the dashboards: