turbot/alicloud_insights

Query: ram_user_no_mfa_count

Usage

powerpipe query alicloud_insights.query.ram_user_no_mfa_count

Steampipe Tables

SQL

select
count(*) as value,
'MFA Not Enabled' as label,
case
when count(*) = 0 then 'ok'
else 'alert'
end as type
from
alicloud_ram_user
where
not mfa_enabled;

Dashboards

The query is used in the dashboards: