Control: 1.1.3.1.1 Ensure allow meeting participants to send a message visible to all participants is set to disabled (Manual)
Description
Allow meeting participants to send a message visible to all participants. This can be further controlled from client end by the host / co-host.
Usage
Run the control in your terminal:
powerpipe control run zoom_compliance.control.cis_v100_1_1_3_1_1Snapshot and share results via Turbot Pipes:
powerpipe loginpowerpipe control run zoom_compliance.control.cis_v100_1_1_3_1_1 --shareSteampipe Tables
SQL
select  -- Required Columns  account_id as resource,  case    when (in_meeting -> 'chat')::bool then 'alarm'    else 'ok'  end as status,  'Chat is ' || case when (in_meeting -> 'chat')::bool then 'enabled' else 'disabled' end || '.' as reasonfrom  zoom_account_settings