turbot/azure_compliance

Query: apimanagement_service_client_certificate_enabled

Usage

powerpipe query azure_compliance.query.apimanagement_service_client_certificate_enabled

SQL

select
a.id as resource,
case
when enable_client_certificate then 'ok'
else 'alarm'
end as status,
case
when enable_client_certificate then a.name || ' client certificate enabled.'
else a.name || ' client certificate disabled.'
end as reason,
a.resource_group as resource_group,
sub.display_name as subscription
from
azure_api_management a,
azure_subscription sub;

Controls

The query is being used by the following controls: