turbot/terraform_azure_compliance

Query: servicefabric_cluster_active_directory_authentication_enabled

Usage

powerpipe query terraform_azure_compliance.query.servicefabric_cluster_active_directory_authentication_enabled

Steampipe Tables

SQL

select
address as resource,
case
when (attributes_std -> 'azure_active_directory') is null then 'alarm'
else 'ok'
end status,
split_part(address, '.', 2) || case
when (attributes_std -> 'azure_active_directory') is null then ' does not use Azure Active Directory for client authentication'
else ' uses Azure Active Directory for client authentication'
end || '.' reason
, path || ':' || start_line
from
terraform_resource
where
type = 'azurerm_service_fabric_cluster';

Controls

The query is being used by the following controls: