turbot/oci_insights

Query: identity_user_mfa_disabled_count

Usage

powerpipe query oci_insights.query.identity_user_mfa_disabled_count

Steampipe Tables

SQL

select
count(*) as value,
'MFA Disabled' as label,
case count(*) when 0 then 'ok' else 'alert' end as type
from
oci_identity_user
where
not is_mfa_activated;

Dashboards

The query is used in the dashboards: