turbot/azure_insights

Query: storage_account_file_encryption_service

Usage

powerpipe query azure_insights.query.storage_account_file_encryption_service

Steampipe Tables

SQL

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

Dashboards

The query is used in the dashboards: