turbot/azure_insights

Query: key_vault_key_expiration_set_count

Usage

powerpipe query azure_insights.query.key_vault_key_expiration_set_count

Steampipe Tables

SQL

select
count(*) as value,
'Expiration Set Disabled' as label,
case
when count(*) > 0 then 'alert'
else 'ok'
end as "type"
from
azure_key_vault_key
where
expires_at is null;

Dashboards

The query is used in the dashboards: