Loading controls...
Control: 1.2.2.5 Ensure record an audio only file is set to enabled (Manual)
Description
Record an audio only file. Useful in case of evidence for untampered audio file.
Usage
steampipe check zoom_compliance.control.cis_v100_1_2_2_5
Plugins & Tables
SQL
select account_id as resource, case when (recording -> 'record_audio_file')::bool then 'ok' else 'alarm' end as status, 'Record audio file is ' || case when (recording -> 'record_audio_file')::bool then 'enabled' else 'disabled' end || '.' as reasonfrom zoom_account_settings