turbot/azure_insights

Query: storage_account_blob_encryption_service

Usage

powerpipe query azure_insights.query.storage_account_blob_encryption_service

Steampipe Tables

SQL

select
encryption_services -> 'blob' ->> 'enabled' as "Enabled",
encryption_services -> 'blob' ->> 'keyType' as "Key Type"
from
azure_storage_account
where
lower(id) = $1

Dashboards

The query is used in the dashboards: