turbot/oci_insights

Query: identity_user_by_type

Usage

powerpipe query oci_insights.query.identity_user_by_type

Steampipe Tables

SQL

select
user_type as "User Type",
count(name) :: numeric as "Users"
from
oci_identity_user
group by
user_type
order by
user_type;

Dashboards

The query is used in the dashboards: