Class WifiSsidPolicy
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.
Implements
Inherited Members
Namespace: Google.Apis.AndroidManagement.v1.Data
Assembly: Google.Apis.AndroidManagement.v1.dll
Syntax
public class WifiSsidPolicy : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
WifiSsidPolicyType
Type of the Wi-Fi SSID policy to be applied.
Declaration
[JsonProperty("wifiSsidPolicyType")]
public virtual string WifiSsidPolicyType { get; set; }
Property Value
Type | Description |
---|---|
string |
WifiSsids
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.
Declaration
[JsonProperty("wifiSsids")]
public virtual IList<WifiSsid> WifiSsids { get; set; }
Property Value
Type | Description |
---|---|
IList<WifiSsid> |