turbot/steampipe-mod-zoom-compliance

Control: 1.1.6.6 Ensure when the cloud recording is going to be permanently deleted from trash is set to enabled (Manual)

Description

When the cloud recording is going to be permanently deleted from trash, Notify the host 7 days before the cloud recording is permanently deleted from trash. This is helpful when there are needs to preserve the recordings as per the applicable data retention guidelines.

Usage

Run the control in your terminal:

powerpipe control run zoom_compliance.control.cis_v100_1_1_6_6

Snapshot and share results via Turbot Pipes:

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