turbot/alicloud_insights

Query: ram_groups_users_count

Usage

powerpipe query alicloud_insights.query.ram_groups_users_count

Steampipe Tables

SQL

select
jsonb_array_length(users) as value,
'Users' as label,
case
when jsonb_array_length(users) > 0 then 'ok'
else 'alert'
end as type
from
alicloud_ram_group
where
arn = $1

Dashboards

The query is used in the dashboards: