turbot/steampipe-mod-zoom-compliance

Control: 1.1.4.5 Ensure report participants to Zoom is set to enabled (Manual)

Description

Hosts can report meeting participants for inappropriate behavior to Zoom's Trust and Safety team for review. This setting can be found on the Security icon on the meeting controls toolbar.

Usage

Run the control in your terminal:

powerpipe control run zoom_compliance.control.cis_v100_1_1_4_5

Snapshot and share results via Turbot Pipes:

powerpipe login
powerpipe control run zoom_compliance.control.cis_v100_1_1_4_5 --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