turbot/azure_compliance

Query: cognitive_service_local_auth_disabled

Usage

powerpipe query azure_compliance.query.cognitive_service_local_auth_disabled

SQL

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

Controls

The query is being used by the following controls: