turbot/oci_insights

Query: identity_auth_token_for_identity_user

Usage

powerpipe query oci_insights.query.identity_auth_token_for_identity_user

Steampipe Tables

SQL

select
id as auth_token_id
from
oci_identity_auth_token
where
id is not null
and user_id = $1;