turbot/gcp_compliance

Query: storage_bucket_uniform_access_enabled

Usage

powerpipe query gcp_compliance.query.storage_bucket_uniform_access_enabled

Steampipe Tables

SQL

select
self_link resource,
case
when iam_configuration_uniform_bucket_level_access_enabled then 'ok'
else 'alarm'
end as status,
case
when iam_configuration_uniform_bucket_level_access_enabled
then title || ' uniform bucket-level access enabled.'
else title || ' uniform bucket-level access not enabled.'
end as reason
, location as location, project as project
from
gcp_storage_bucket;

Controls

The query is being used by the following controls: