turbot/ibm_insights

Query: ibm_kms_key_by_algorithm

Usage

powerpipe query ibm_insights.query.ibm_kms_key_by_algorithm

Steampipe Tables

SQL

select
algorithm_type,
count(k.*) as "Keys"
from
ibm_kms_key as k
where
k.state <> '5'
group by
algorithm_type;

Dashboards

The query is used in the dashboards: