turbot/gcp_insights

Query: iam_service_account_input

Usage

powerpipe query gcp_insights.query.iam_service_account_input

Steampipe Tables

SQL

select
title as label,
name || '/' || project as value,
json_build_object(
'location', location,
'project', project
) as tags
from
gcp_service_account
order by
title;