turbot/gcp_insights

Query: kms_key_protection_level

Usage

powerpipe query gcp_insights.query.kms_key_protection_level

Steampipe Tables

SQL

select
'Protection Level' as label,
initcap(version_template ->> 'protectionLevel') as value
from
gcp_kms_key
where
self_link = $1;

Dashboards

The query is used in the dashboards: