Loading controls...
Control: 1.2.5.1 Ensure cloud recording downloads is set to enabled (Manual)
Description
Allow anyone with a link to the cloud recording to download.
Usage
Run the control in your terminal:
steampipe check zoom_compliance.control.cis_v100_1_2_5_1
Snapshot and share results via Steampipe Cloud:
steampipe loginsteampipe check --share zoom_compliance.control.cis_v100_1_2_5_1
Plugins & Tables
SQL
select account_id as resource, case when (recording -> 'cloud_recording_download') :: bool then 'ok' else 'alarm' end as status, 'Cloud recording downloads is ' || case when (recording -> 'cloud_recording_download') :: bool then 'enabled' else 'disabled' end || '.' as reasonfrom zoom_account_settings