turbot/oci_insights

Query: objectstorage_bucket_read_only

Usage

powerpipe query oci_insights.query.objectstorage_bucket_read_only

Steampipe Tables

SQL

select
case
when is_read_only then 'Enabled'
else 'Disabled'
end as value,
'Read Only' as label
from
oci_objectstorage_bucket
where
id = $1;

Dashboards

The query is used in the dashboards: