turbot/ibm_compliance

Query: iam_support_center_access_group_configured

Usage

powerpipe query ibm_compliance.query.iam_support_center_access_group_configured

Steampipe Tables

SQL

select
id as resource,
case
when name ilike '%support%' then 'ok'
else 'skip'
end as status,
case
when name ilike '%support%' then name || ' specific to support center access group.'
else name || ' not specific to support center access group.'
end as reason,
account_id
from
ibm_iam_access_group;

Controls

The query is being used by the following controls: