turbot/steampipe-mod-zoom-compliance

Control: 2.1.4.1 Ensure cloud storage is set to enabled (Manual)

Description

Save messages and files on the cloud for the specified period of time. Select the number of years to store the data as per local laws.

Usage

Run the control in your terminal:

powerpipe control run zoom_compliance.control.cis_v100_2_1_4_1

Snapshot and share results via Turbot Pipes:

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