turbot/steampipe-mod-zoom-compliance

Control: 1.1.5.3 Ensure consent to Office 365 calendar integration permissions on behalf of entire account is set to disabled (Manual)

Description

When turned off, the Office 365 administrator will need to consent to calendar integrations on behalf of the account. As an administrator, please choose the same settings configured in Office 365. View the settings on Office 365.

Usage

Run the control in your terminal:

powerpipe control run zoom_compliance.control.cis_v100_1_1_5_3

Snapshot and share results via Turbot Pipes:

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