turbot/steampipe-mod-zoom-compliance

Control: 2.1.4.4 Ensure third party archiving is set to disabled (Manual)

Description

Archive messages and files with a third party archiving service. Set up your account to send data to your archiving provider here.

Usage

Run the control in your terminal:

powerpipe control run zoom_compliance.control.cis_v100_2_1_4_4

Snapshot and share results via Turbot Pipes:

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