turbot/oci_insights

Query: objectstorage_bucket_public_access_count

Usage

powerpipe query oci_insights.query.objectstorage_bucket_public_access_count

Steampipe Tables

SQL

select
count(*) as value,
'Public Access' as label,
case
count(*)
when 0 then 'ok'
else 'alert'
end as type
from
oci_objectstorage_bucket
where
public_access_type <> 'NoPublicAccess';

Dashboards

The query is used in the dashboards: