turbot/oci_insights

Query: identity_user_overview

Usage

powerpipe query oci_insights.query.identity_user_overview

Steampipe Tables

SQL

select
name as "Name",
time_created as "Time Created",
user_type as "User Type",
email as "Email",
id as "OCID",
tenant_id as "Tenancy ID"
from
oci_identity_user
where
id = $1;

Dashboards

The query is used in the dashboards: