turbot/oci_insights

Query: identity_api_key_for_identity_user

Usage

powerpipe query oci_insights.query.identity_api_key_for_identity_user

Steampipe Tables

SQL

select
key_id as api_key_id
from
oci_identity_api_key
where
key_id is not null
and user_id = $1;