View Source GoogleApi.AndroidManagement.V1.Model.WifiSsidPolicy (google_api_android_management v0.57.0)
Restrictions on which Wi-Fi SSIDs the device can connect to. Note that this does not affect which networks can be configured on the device. Supported on company-owned devices running Android 13 and above.
Attributes
-
wifiSsidPolicyType
(type:String.t
, default:nil
) - Type of the Wi-Fi SSID policy to be applied. -
wifiSsids
(type:list(GoogleApi.AndroidManagement.V1.Model.WifiSsid.t)
, default:nil
) - Optional. 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AndroidManagement.V1.Model.WifiSsidPolicy{ wifiSsidPolicyType: String.t() | nil, wifiSsids: [GoogleApi.AndroidManagement.V1.Model.WifiSsid.t()] | nil }