turbot/oci_insights

Query: kms_vault_disabled

Usage

powerpipe query oci_insights.query.kms_vault_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_vault
where
id = $1;

Dashboards

The query is used in the dashboards: