turbot/steampipe-mod-oci-insights

Dashboard: OCI Identity User MFA Report

This report answers the following questions:

  • Which users have MFA enabled?
This dashboard contains 2 cards and 1 table.

Usage

Install the mod:

mkdir dashboards
cd dashboards
powerpipe mod init
powerpipe mod install github.com/turbot/steampipe-mod-oci-insights

Start the Powerpipe server:

steampipe service start
powerpipe server

Open http://localhost:9033 in your browser and select OCI Identity User MFA Report dashboard.

You could also snapshot and share results via Turbot Pipes:

powerpipe login
powerpipe dashboard run oci_insights.dashboard.identity_user_mfa_report --share

Queries

This dashboard uses the the following queries:
select count(*) as "Users" from oci_identity_user;

Tags