turbot/oci_insights

Query: identity_user_mfa

Usage

powerpipe query oci_insights.query.identity_user_mfa

Steampipe Tables

SQL

select
case
when is_mfa_activated then 'Activated'
else 'Inactive'
end as value,
'MFA Status' as label,
case
when is_mfa_activated then 'ok'
else 'alert'
end as type
from
oci_identity_user
where
id = $1;

Dashboards

The query is used in the dashboards: