turbot/oci_insights

Query: objectstorage_bucket_versioning_disabled_count

Usage

powerpipe query oci_insights.query.objectstorage_bucket_versioning_disabled_count

Steampipe Tables

SQL

select
count(*) as value,
'Versioning Disabled' as label,
case count(*) when 0 then 'ok' else 'alert' end as type
from
oci_objectstorage_bucket
where
versioning = 'Disabled';

Dashboards

The query is used in the dashboards: