turbot/ibm_compliance

GitHub

Query: iam_support_center_access_group_configured

Usage

steampipe query ibm_compliance.query.iam_support_center_access_group_configured

Plugins & Tables

SQL

select
-- Required Columns
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,
-- Additional Dimensions
account_id
from
ibm_iam_access_group;

Controls

The query is being used by the following controls: