Control: 1.2.3.1 Ensure add a timestamp to the recording is set to enabled (Manual)
Description
Add a timestamp to the recording by enabling this option.
Usage
Run the control in your terminal:
powerpipe control run zoom_compliance.control.cis_v100_1_2_3_1Snapshot and share results via Turbot Pipes:
powerpipe loginpowerpipe control run zoom_compliance.control.cis_v100_1_2_3_1 --shareSteampipe Tables
SQL
select  account_id as resource,  case    when (recording -> 'show_timestamp')::bool then 'ok'    else 'alarm'  end as status,  'Add a timestamp to the recording is ' || case when (recording -> 'show_timestamp')::bool then 'enabled' else 'disabled' end || '.' as reasonfrom  zoom_account_settings