turbot/steampipe-mod-ibm-insights

Query: ibm_kms_key_type

Usage

powerpipe query ibm_insights.query.ibm_kms_key_type

Steampipe Tables

SQL

select
'Key Type' as label,
case when extractable then 'Standard' else 'Root' end as value
from
ibm_kms_key
where
crn = $1;

Params

ArgsNameDefaultDescriptionVariable
$1crn

    Dashboards

    The query is used in the dashboards: