Loading controls...
Control: 1.1.2.6 Ensure use personal meeting ID (PMI) when scheduling a meeting is set to disabled (Manual)
Description
Use Personal Meeting ID (PMI) when scheduling a meeting should be set to disabled.
Usage
Run the control in your terminal:
steampipe check zoom_compliance.control.cis_v100_1_1_2_6
Snapshot and share results via Steampipe Cloud:
steampipe loginsteampipe check --share zoom_compliance.control.cis_v100_1_1_2_6
Plugins & Tables
SQL
select -- Required Columns account_id as resource, case when ( schedule_meeting -> 'use_pmi_for_scheduled_meetings' ) :: bool then 'ok' else 'alarm' end as status, 'Use Personal Meeting ID (PMI) when scheduling a meeting is ' || case when ( schedule_meeting -> 'use_pmi_for_scheduled_meetings' ) :: bool then 'enabled' else 'disabled' end || '.' as reasonfrom zoom_account_settings