turbot/steampipe-mod-zoom-compliance

Control: 1.1.7.2 Ensure display meetings scheduled for others is set to enabled (Manual)

Description

Display meetings scheduled for others. If disabled, users will only see their meetings even if they have schedule-for privilege for others.

Usage

Run the control in your terminal:

powerpipe control run zoom_compliance.control.cis_v100_1_1_7_2

Snapshot and share results via Turbot Pipes:

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