turbot/oci_insights

Query: objectstorage_bucket_public_access

Usage

powerpipe query oci_insights.query.objectstorage_bucket_public_access

Steampipe Tables

SQL

select
case
when public_access_type <> 'NoPublicAccess' then 'Enabled'
else 'Disabled'
end as value,
'Public Access' as label,
case
when public_access_type <> 'NoPublicAccess' then 'alert'
else 'ok'
end as type
from
oci_objectstorage_bucket
where
id = $1;

Dashboards

The query is used in the dashboards: