turbot/steampipe-mod-azure-insights

Query: activedirectory_user_type

Usage

powerpipe query azure_insights.query.activedirectory_user_type

Steampipe Tables

SQL

select
'User Type' as label,
user_type as value
from
azuread_user
where
id = split_part($1, '/', 1)
and tenant_id = split_part($1, '/', 2);

Dashboards

The query is used in the dashboards: