turbot/azure_compliance

Query: eventgrid_topic_local_auth_enabled

Usage

powerpipe query azure_compliance.query.eventgrid_topic_local_auth_enabled

SQL

select
a.id as resource,
case
when disable_local_auth then 'alarm'
else 'ok'
end as status,
case
when disable_local_auth then a.name || ' local authentication disabled.'
else a.name || ' local authentication enabled.'
end as reason,
a.resource_group as resource_group,
sub.display_name as subscription
from
azure_eventgrid_domain a,
azure_subscription sub;

Controls

The query is being used by the following controls: