turbot/oci_insights

Query: identity_user_email

Usage

powerpipe query oci_insights.query.identity_user_email

Steampipe Tables

SQL

select
case
when email_verified then 'Verified'
else 'Unverified'
end as "Email Verification"
from
oci_identity_user
where
id = $1;

Dashboards

The query is used in the dashboards: