turbot/steampipe-mod-zoom-compliance

Control: 1.2.13 Ensure multiple audio notifications of recorded meeting is set to enabled (Manual)

Description

Play notification messages to participants who join the meeting audio. These messages play each time the recording starts or restarts, informing participants that the meeting is being recorded. If participants join the audio from telephone, even if this option is disabled, users will hear one notification message per meeting. Useful to address privacy requirements that require recording disclaimer.

Usage

Run the control in your terminal:

powerpipe control run zoom_compliance.control.cis_v100_1_2_13

Snapshot and share results via Turbot Pipes:

powerpipe login
powerpipe control run zoom_compliance.control.cis_v100_1_2_13 --share

SQL

This control uses a named query:

select
account_id as resource,
'info' as status,
'No API available, manual verification required.' as reason
from
zoom_my_user;

Tags