Control: 1.1.1.5 Ensure room meeting ID passcode is set to enabled (Manual)
Description
All Room Meeting ID meetings that users can join via client, phone, or room systems will be passcode-protected.
Usage
Run the control in your terminal:
powerpipe control run zoom_compliance.control.cis_v100_1_1_1_5
Snapshot and share results via Turbot Pipes:
powerpipe loginpowerpipe control run zoom_compliance.control.cis_v100_1_1_1_5 --share
SQL
This control uses a named query:
select account_id as resource, 'info' as status, 'No API available, manual verification required.' as reasonfrom zoom_my_user;