Control: 1.1.3.6.1 Ensure whiteboard is set to disabled (Manual)
Description
Allow host and participants to share whiteboard during a meeting.
Usage
Run the control in your terminal:
powerpipe control run zoom_compliance.control.cis_v100_1_1_3_6_1
Snapshot and share results via Turbot Pipes:
powerpipe loginpowerpipe control run zoom_compliance.control.cis_v100_1_1_3_6_1 --share
Steampipe Tables
SQL
select -- Required Columns account_id as resource, case when (in_meeting -> 'whiteboard') :: bool then 'alarm' else 'ok' end as status, 'Whiteboard is ' || case when (in_meeting -> 'whiteboard') :: bool then 'enabled' else 'disabled' end || '.' as reasonfrom zoom_account_settings