Loading controls...
Control: 1.2.6.5 Ensure allow numeric passcode is set to disabled (Manual)
Description
Disable "Only allow numeric passcode".
Usage
Run the control in your terminal:
steampipe check zoom_compliance.control.cis_v100_1_2_6_5
Snapshot and share results via Steampipe Cloud:
steampipe loginsteampipe check --share zoom_compliance.control.cis_v100_1_2_6_5
Plugins & Tables
SQL
select -- Required Columns account_id as resource, case when ( recording -> 'recording_password_requirement' -> 'only_allow_numeric' ) :: bool then 'alarm' else 'ok' end as status, 'Only allow numeric passcode is ' || case when ( recording -> 'recording_password_requirement' -> 'have_special_character' ) :: bool then 'enabled' else 'disabled' end || '.' as reasonfrom zoom_account_settings