turbot/azure_compliance

Query: servicefabric_cluster_active_directory_authentication_enabled

Usage

powerpipe query azure_compliance.query.servicefabric_cluster_active_directory_authentication_enabled

SQL

select
a.id as resource,
case
when azure_active_directory is not null then 'ok'
else 'alarm'
end as status,
case
when azure_active_directory is not null then a.name || ' using Azure Active Directory for client authentication.'
else a.name || ' not using Azure Active Directory for client authentication.'
end as reason,
a.resource_group as resource_group,
sub.display_name as subscription
from
azure_service_fabric_cluster a,
azure_subscription sub;

Controls

The query is being used by the following controls: