Loading controls...
Control: 1.1.6.4 Ensure when an alternative host is set or removed from a meeting is set to enabled (Manual)
Description
When an alternative host is set or removed from a meeting, notify the alternative host who is set or removed.
Usage
Run the control in your terminal:
steampipe check zoom_compliance.control.cis_v100_1_1_6_4
Snapshot and share results via Steampipe Cloud:
steampipe loginsteampipe check --share zoom_compliance.control.cis_v100_1_1_6_4
Plugins & Tables
SQL
select -- Required Columns account_id as resource, case when (email_notification -> 'alternative_host_reminder') :: bool then 'ok' else 'alarm' end as status, 'Alternative host change notification is ' || case when (email_notification -> 'alternative_host_reminder') :: bool then 'enabled' else 'disabled' end || '.' as reasonfrom zoom_account_settings