Control: 1.2.2.1 Ensure cloud recording is set to enabled (Manual)
Description
Allow hosts to record and save the meeting / webinar in the cloud.
Usage
Run the control in your terminal:
powerpipe control run zoom_compliance.control.cis_v100_1_2_2_1Snapshot and share results via Turbot Pipes:
powerpipe loginpowerpipe control run zoom_compliance.control.cis_v100_1_2_2_1 --shareSteampipe Tables
SQL
select  account_id as resource,  case    when (recording -> 'cloud_recording')::bool then 'ok'    else 'alarm'  end as status,  'Cloud recording is ' || case when (recording -> 'cloud_recording')::bool then 'enabled' else 'disabled' end || '.' as reasonfrom  zoom_account_settings