Table: zoom_account_settings
Query settings for the Zoom account.
Examples
Get all settings for the current account
select jsonb_pretty(email_notification) as email_notification, jsonb_pretty(feature) as feature, jsonb_pretty(in_meeting) as in_meeting, jsonb_pretty(integration) as integration, jsonb_pretty(managed_domains) as managed_domains, jsonb_pretty(meeting_authentication) as meeting_authentication, jsonb_pretty(meeting_security) as meeting_security, jsonb_pretty(recording) as recording, jsonb_pretty(recording_authentication) as recording_authentication, jsonb_pretty(schedule_meeting) as schedule_meeting, jsonb_pretty(security) as security, jsonb_pretty(telephony) as telephony, jsonb_pretty(trusted_domains) as trusted_domains, jsonb_pretty(tsp) as tspfrom zoom_account_settings
Ensure a Personal Meeting ID (PMI) is not used for meetings by default
It's more secure to use a random meeting ID rather than using your same PMI for every meeting, particularly for public participants.
Ensure these options are false to confirm the PMI is not being used for meetings by default:
select schedule_meeting ->> 'use_pmi_for_instant_meetings' as use_pmi_for_instant_meetings, schedule_meeting ->> 'use_pmi_for_scheduled_meetings' as use_pmi_for_scheduled_meetingsfrom zoom_account_settings
Check that these settings are locked for all users in the account:
select schedule_meeting ->> 'personal_meeting' as personal_meetingfrom zoom_account_lock_settings
Ensure minimum passcode length is set to at least 6 characters (CIS v1.1.1.1.1)
Check the setting at account level:
select security -> 'password_requirement' ->> 'minimum_password_length' as minimum_password_lengthfrom zoom_account_settings
Ensure join before host is set to disabled (CIS v1.1.2.4)
Check the setting at account level:
select schedule_meeting ->> 'join_before_host' as join_before_hostfrom zoom_account_settings
Control examples
- cis_v100_1_1_1_10
- cis_v100_1_1_1_1_1
- cis_v100_1_1_1_1_2
- cis_v100_1_1_1_1_3
- cis_v100_1_1_1_1_4
- cis_v100_1_1_1_1_5
- cis_v100_1_1_1_1_6
- cis_v100_1_1_1_1_7
- cis_v100_1_1_1_1_8
- cis_v100_1_1_1_2
- cis_v100_1_1_1_3
- cis_v100_1_1_1_4
- cis_v100_1_1_1_7
- cis_v100_1_1_1_8
- cis_v100_1_1_1_9
- cis_v100_1_1_2_10
- cis_v100_1_1_2_12
- cis_v100_1_1_2_1_1
- cis_v100_1_1_2_1_2
- cis_v100_1_1_2_1_3
- cis_v100_1_1_2_1_4
- cis_v100_1_1_2_1_5
- cis_v100_1_1_2_1_6
- cis_v100_1_1_2_2
- cis_v100_1_1_2_3
- cis_v100_1_1_2_4
- cis_v100_1_1_2_5
- cis_v100_1_1_2_6
- cis_v100_1_1_2_7
- cis_v100_1_1_2_8
- cis_v100_1_1_3_10
- cis_v100_1_1_3_11
- cis_v100_1_1_3_12
- cis_v100_1_1_3_13
- cis_v100_1_1_3_14
- cis_v100_1_1_3_16
- cis_v100_1_1_3_18
- cis_v100_1_1_3_1_1
- cis_v100_1_1_3_20
- cis_v100_1_1_3_2_1
- cis_v100_1_1_3_2_2
- cis_v100_1_1_3_2_3
- cis_v100_1_1_3_3_1
- cis_v100_1_1_3_4_1
- cis_v100_1_1_3_4_2
- cis_v100_1_1_3_4_3
- cis_v100_1_1_3_5_1
- cis_v100_1_1_3_6_1
- cis_v100_1_1_3_7
- cis_v100_1_1_3_8
- cis_v100_1_1_3_9
- cis_v100_1_1_4_11
- cis_v100_1_1_4_12
- cis_v100_1_1_4_13
- cis_v100_1_1_4_14
- cis_v100_1_1_4_15
- cis_v100_1_1_4_17
- cis_v100_1_1_4_1_1
- cis_v100_1_1_4_1_2
- cis_v100_1_1_4_2_1
- cis_v100_1_1_4_3_1
- cis_v100_1_1_4_3_2
- cis_v100_1_1_4_3_3
- cis_v100_1_1_4_4_1
- cis_v100_1_1_4_4_2
- cis_v100_1_1_4_7
- cis_v100_1_1_4_9
- cis_v100_1_1_6_1_1
- cis_v100_1_1_6_2
- cis_v100_1_1_6_3
- cis_v100_1_1_6_4
- cis_v100_1_1_6_5
- cis_v100_1_2_10
- cis_v100_1_2_11
- cis_v100_1_2_12
- cis_v100_1_2_1_1
- cis_v100_1_2_2_1
- cis_v100_1_2_2_2
- cis_v100_1_2_2_3
- cis_v100_1_2_2_5
- cis_v100_1_2_2_6
- cis_v100_1_2_3_1
- cis_v100_1_2_4_1
- cis_v100_1_2_4_2
- cis_v100_1_2_5_1
- cis_v100_1_2_5_2
- cis_v100_1_2_6_1
- cis_v100_1_2_6_2
- cis_v100_1_2_6_3
- cis_v100_1_2_6_4
- cis_v100_1_2_6_5
- cis_v100_1_2_7_1
- cis_v100_1_2_8
- cis_v100_1_2_9
- cis_v100_1_3_3
- cis_v100_3_1_1_1_1
- cis_v100_3_1_1_1_2
- cis_v100_3_1_1_1_3
- cis_v100_3_1_1_1_4
- cis_v100_3_1_1_3_2
- cis_v100_3_1_1_3_3
- cis_v100_3_2
.inspect zoom_account_settings
Settings for the Zoom account.
Name | Type | Description |
---|---|---|
_ctx | jsonb | Steampipe context in JSON form, e.g. connection_name. |
account_id | text | Zoom account ID. |
email_notification | jsonb | Email notification settings. |
feature | jsonb | Feature settings. |
id | text | Account ID. Set to 'me' for the master account. |
in_meeting | jsonb | In meeting settings. |
integration | jsonb | Integration settings. |
managed_domains | jsonb | Associated domains allow all users with that email domain to be prompted to join the account. |
meeting_authentication | jsonb | Meeting authentication options applied to the account. |
meeting_security | jsonb | Meeting security settings applied to the account. |
recording | jsonb | Recording settings. |
recording_authentication | jsonb | Recording authentication options applied to the account. |
schedule_meeting | jsonb | Schedule meeting settings. |
security | jsonb | Security settings. |
telephony | jsonb | Telephony settings. |
trusted_domains | jsonb | Associated domains allow all users with that email domain to be prompted to join the account. |
tsp | jsonb | TSP settings. |