Loading controls...
Control: 1.1.1.7 Ensure require a password for Personal Meeting ID (PMI) is set to enabled (Manual)
Description
Enable "Require a passcode for Personal Meeting ID (PMI)" to set a passcode for meetings that use the personal meeting ID (PMI) and then choose "All meetings using PMI".
Usage
Run the control in your terminal:
steampipe check zoom_compliance.control.cis_v100_1_1_1_7
Snapshot and share results via Steampipe Cloud:
steampipe loginsteampipe check --share zoom_compliance.control.cis_v100_1_1_1_7
Plugins & Tables
SQL
select -- Required Columns account_id as resource, case when (meeting_security -> 'pmi_password') :: bool then 'ok' else 'alarm' end as status, 'Meeting password is ' || case when (meeting_security -> 'pmi_password') :: bool then 'enabled' else 'disabled' end || '.' as reasonfrom zoom_account_settings