turbot/alicloud_insights

Query: ram_groups_without_users_count

Usage

powerpipe query alicloud_insights.query.ram_groups_without_users_count

Steampipe Tables

SQL

select
count(*) as value,
'Without Users' as label,
case when count(*) = 0 then 'ok' else 'alert' end as type
from
alicloud_ram_group
where
users = '[]';

Dashboards

The query is used in the dashboards: