turbot/oci_insights

Query: objectstorage_bucket_versioning

Usage

powerpipe query oci_insights.query.objectstorage_bucket_versioning

Steampipe Tables

SQL

select
case
when versioning = 'Disabled' then 'Disabled'
else 'Enabled'
end as value,
'Versioning Status' as label,
case
when versioning = 'Disabled' then 'alert'
else 'ok'
end as type
from
oci_objectstorage_bucket
where
id = $1;

Dashboards

The query is used in the dashboards: