wifiSsids property

List<WifiSsid>? wifiSsids
getter/setter pair

List of Wi-Fi SSIDs that should be applied in the policy.

This field must be non-empty when WifiSsidPolicyType is set to WIFI_SSID_ALLOWLIST. If this is set to a non-empty list, then a nonComplianceDetail detail with API_LEVEL is reported if the Android version is less than 13 and a nonComplianceDetail with MANAGEMENT_MODE is reported for non-company-owned devices.

Optional.

Implementation

core.List<WifiSsid>? wifiSsids;