turbot/azure_insights

Query: key_vault_soft_delete_enabled_count

Usage

powerpipe query azure_insights.query.key_vault_soft_delete_enabled_count

Steampipe Tables

SQL

select
count(*) as value,
'Soft-Delete Disabled' as label,
case
when count(*) > 0 then 'alert'
else 'ok'
end as "type"
from
azure_key_vault
where
not soft_delete_enabled;

Dashboards

The query is used in the dashboards: