turbot/gcp_insights

Query: kms_key_algorithm

Usage

powerpipe query gcp_insights.query.kms_key_algorithm

Steampipe Tables

SQL

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

Dashboards

The query is used in the dashboards: