Loading controls...
Control: 1.2.7.1 Ensure recording disclaimer is set to enabled (Manual)
Description
Show a customizable disclaimer to participants before a recording starts. Useful to address privacy requirements that mandates disclaimer prior recording starts.
Usage
Run the control in your terminal:
steampipe check zoom_compliance.control.cis_v100_1_2_7_1
Snapshot and share results via Steampipe Cloud:
steampipe loginsteampipe check --share zoom_compliance.control.cis_v100_1_2_7_1
Plugins & Tables
SQL
select -- Required Columns account_id as resource, case when (recording -> 'recording_disclaimer') :: bool then 'ok' else 'alarm' end as status, 'Recording disclaimer is ' || case when (recording -> 'recording_disclaimer') :: bool then 'enabled' else 'disabled' end || '.' as reasonfrom zoom_account_settings