Loading controls...
Control: 1.2.2.6 Ensure save chat messages from the meeting / webinar is set to enabled (Manual)
Description
Save chat messages from the meeting / webinar. Useful for any investigations.
Usage
Run the control in your terminal:
steampipe check zoom_compliance.control.cis_v100_1_2_2_6
Snapshot and share results via Steampipe Cloud:
steampipe loginsteampipe check --share zoom_compliance.control.cis_v100_1_2_2_6
Plugins & Tables
SQL
select account_id as resource, case when (recording -> 'save_chat_text') :: bool then 'ok' else 'alarm' end as status, 'Save chat text is ' || case when (recording -> 'save_chat_text') :: bool then 'enabled' else 'disabled' end || '.' as reasonfrom zoom_account_settings