turbot/azure_insights

Query: key_vault_key_1_year_count

Usage

powerpipe query azure_insights.query.key_vault_key_1_year_count

Steampipe Tables

SQL

select
count(*) as value,
'> 1 Year' as label
from
azure_key_vault_key
where
created_at <= now() - '1 year' :: interval;

Dashboards

The query is used in the dashboards: