turbot/oci_insights

Query: objectstorage_bucket_encryption

Usage

powerpipe query oci_insights.query.objectstorage_bucket_encryption

Steampipe Tables

SQL

select
case
when kms_key_id is not null
and kms_key_id <> '' then 'Customer Managed'
else 'Oracle Managed'
end as "Encryption Status",
kms_key_id as "KMS Key ID"
from
oci_objectstorage_bucket
where
id = $1

Dashboards

The query is used in the dashboards: