turbot/azure_insights

Query: key_vault_key_overview

Usage

powerpipe query azure_insights.query.key_vault_key_overview

Steampipe Tables

SQL

select
name as "Name",
type as "Type",
vault_name as "Vault Name",
key_uri as "URI",
key_uri_with_version as "URI With Version",
region as "Region",
resource_group as "Resource Group",
subscription_id as "Subscription ID",
id as "ID"
from
azure_key_vault_key
where
lower(id) = $1

Dashboards

The query is used in the dashboards: