Loading controls...
Control: 1.1.4.11 Ensure auto-answer group in chat is set to disabled (Manual)
Description
Enable users to see and add contacts to 'auto-answer group' in the contact list on chat. Any call from members of this group will be automatically answered.
Usage
Run the control in your terminal:
steampipe check zoom_compliance.control.cis_v100_1_1_4_11
Snapshot and share results via Steampipe Cloud:
steampipe loginsteampipe check --share zoom_compliance.control.cis_v100_1_1_4_11
Plugins & Tables
SQL
select account_id as resource, case when (in_meeting -> 'auto_answer') :: bool then 'alarm' else 'ok' end as status, 'Auto-answer group in chat is ' || case when (in_meeting -> 'auto_answer') :: bool then 'enabled' else 'disabled' end || '.' as reasonfrom zoom_account_settings