turbot/gcp_insights

Query: kms_key_name_input

Usage

powerpipe query gcp_insights.query.kms_key_name_input

Steampipe Tables

SQL

select
title as label,
self_link as value,
json_build_object(
'project', project
) as tags
from
gcp_kms_key
order by
title;