turbot/aws_insights

Query: iam_user_overview

Usage

powerpipe query aws_insights.query.iam_user_overview

Steampipe Tables

SQL

select
name as "Name",
create_date as "Create Date",
permissions_boundary_arn as "Boundary Policy",
user_id as "User ID",
arn as "ARN",
account_id as "Account ID"
from
aws_iam_user
where
arn = $1

Dashboards

The query is used in the dashboards: