Loading controls...
Control: 1.2.6.2 Ensure passcode have at least 1 letter is set to enabled (Manual)
Description
Have at least 1 letter (a, b, c...).
Usage
Run the control in your terminal:
steampipe check zoom_compliance.control.cis_v100_1_2_6_2
Snapshot and share results via Steampipe Cloud:
steampipe loginsteampipe check --share zoom_compliance.control.cis_v100_1_2_6_2
Plugins & Tables
SQL
select -- Required Columns account_id as resource, case when ( recording -> 'recording_password_requirement' -> 'have_letter' ) :: bool then 'ok' else 'alarm' end as status, 'Have at least 1 letter setting is ' || case when ( recording -> 'recording_password_requirement' -> 'have_letter' ) :: bool then 'enabled' else 'disabled' end || '.' as reasonfrom zoom_account_settings