Loading controls...
Control: 1.1.3.14 Ensure show Zoom windows during screen share is set to enabled (Manual)
Description
Show Zoom windows during screen share. This shall help in quickly controlling a situation where someone needs to be muted/removed from the meeting.
Usage
Run the control in your terminal:
steampipe check zoom_compliance.control.cis_v100_1_1_3_14
Snapshot and share results via Steampipe Cloud:
steampipe loginsteampipe check --share zoom_compliance.control.cis_v100_1_1_3_14
Plugins & Tables
SQL
select -- Required Columns account_id as resource, case when (in_meeting -> 'allow_show_zoom_windows') :: bool then 'ok' else 'alarm' end as status, 'Show Zoom windows during screen share is ' || case when (in_meeting -> 'allow_show_zoom_windows') :: bool then 'enabled' else 'disabled' end || '.' as reasonfrom zoom_account_settings