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
steampipe check zoom_compliance.control.cis_v100_1_2_2_1
Plugins & 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