Control: 3.1.1.3.2 Ensure allow importing of photos from the photo library on the user's device is set to disabled (Manual)
Description
Allow importing of photos from the photo library on the user's device.
Usage
Run the control in your terminal:
powerpipe control run zoom_compliance.control.cis_v100_3_1_1_3_2Snapshot and share results via Turbot Pipes:
powerpipe loginpowerpipe control run zoom_compliance.control.cis_v100_3_1_1_3_2 --shareSteampipe Tables
SQL
select  -- Required Columns  account_id as resource,  case    when (security -> 'import_photos_from_devices')::bool then 'alarm'    else 'ok'  end as status,  'Import photos from devices is ' || case when (security -> 'import_photos_from_devices')::bool then 'enabled' else 'disabled' end || '.' as reasonfrom  zoom_account_settings