Loading controls...
Control: 1.1.2.1.3 Have at least 1 letter (a, b, c...) (Automated)
Description
For security purposes, Zoom has a few requirements that your password must meet. These apply when setting your initial password and when resetting your password. As per password requirements, have at least 1 letter (a, b, c...). This shall make the password strong.
Usage
Run the control in your terminal:
steampipe check zoom_compliance.control.cis_v100_1_1_2_1_3
Snapshot and share results via Steampipe Cloud:
steampipe loginsteampipe check --share zoom_compliance.control.cis_v100_1_1_2_1_3
Plugins & Tables
SQL
select -- Required Columns account_id as resource, case when ( schedule_meeting -> 'meeting_password_requirement' -> 'have_letter' ) :: bool then 'ok' else 'alarm' end as status, 'Have at least 1 letter setting is ' || case when ( schedule_meeting -> 'meeting_password_requirement' -> 'have_letter' ) :: bool then 'enabled' else 'disabled' end || '.' as reasonfrom zoom_account_settings