turbot/oci_insights

Query: kms_key_protection_mode

Usage

powerpipe query oci_insights.query.kms_key_protection_mode

Steampipe Tables

SQL

select
case
when protection_mode = 'HSM' then 'HSM'
else initcap(protection_mode)
end as "Protection Mode"
from
oci_kms_key
where
id = $1;

Params

ArgsNameDefaultDescriptionVariable
$1id

    Dashboards

    The query is used in the dashboards: