Show / Hide Table of Contents

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.

Inheritance
object
WifiSsidPolicy
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX