turbot/gcp_compliance

Query: app_engine_application_iap_enabled

Usage

powerpipe query gcp_compliance.query.app_engine_application_iap_enabled

SQL

select
name as resource,
case
when (iap -> 'enabled') :: bool then 'ok'
else 'alarm'
end as status,
case
when (iap -> 'enabled') :: bool then title || ' IAP enabled.'
else title || ' IAP disabled.'
end as reason,
location as location,
project as project
from
gcp_app_engine_application;

Controls

The query is being used by the following controls: