turbot/oci_insights

Query: identity_users_for_objectstorage_bucket

Usage

powerpipe query oci_insights.query.identity_users_for_objectstorage_bucket

Steampipe Tables

SQL

select
created_by as user_id
from
oci_objectstorage_bucket
where
id = $1;