Control: 1.1.6.2 Ensure when attendees join meeting before host is set to enabled (Manual)
Description
Notify host when participants join the meeting before them.
Usage
Run the control in your terminal:
powerpipe control run zoom_compliance.control.cis_v100_1_1_6_2Snapshot and share results via Turbot Pipes:
powerpipe loginpowerpipe control run zoom_compliance.control.cis_v100_1_1_6_2 --shareSteampipe Tables
SQL
select  -- Required Columns  account_id as resource,  case    when (email_notification -> 'jbh_reminder')::bool then 'ok'    else 'alarm'  end as status,  'Join before host notification is ' || case when (email_notification -> 'jbh_reminder')::bool then 'enabled' else 'disabled' end || '.' as reasonfrom  zoom_account_settings