turbot/oci_insights

Query: kms_key_disabled

Usage

powerpipe query oci_insights.query.kms_key_disabled

Steampipe Tables

SQL

select
initcap(lifecycle_state) as value,
'Lifecycle State' as label,
case
when lifecycle_state = 'DISABLED' then 'alert'
else 'ok'
end as type
from
oci_kms_key
where
id = $1;

Params

ArgsNameDefaultDescriptionVariable
$1id

    Dashboards

    The query is used in the dashboards: