Show / Hide Table of Contents

Class DeviceConnectivityManagement

Covers controls for device connectivity such as Wi-Fi, USB data access, keyboard/mouse connections, and more.

Inheritance
object
DeviceConnectivityManagement
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 DeviceConnectivityManagement : IDirectResponseSchema

Properties

ApnPolicy

Optional. Access Point Name (APN) policy. Configuration for Access Point Names (APNs) which may override any other APNs on the device. See OVERRIDE_APNS_ENABLED and overrideApns for details.

Declaration
[JsonProperty("apnPolicy")]
public virtual ApnPolicy ApnPolicy { get; set; }
Property Value
Type Description
ApnPolicy

BluetoothSharing

Optional. Controls whether Bluetooth sharing is allowed.

Declaration
[JsonProperty("bluetoothSharing")]
public virtual string BluetoothSharing { get; set; }
Property Value
Type Description
string

ConfigureWifi

Controls Wi-Fi configuring privileges. Based on the option set, user will have either full or limited or no control in configuring Wi-Fi networks.

Declaration
[JsonProperty("configureWifi")]
public virtual string ConfigureWifi { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

PreferentialNetworkServiceSettings

Optional. Preferential network service configuration. Setting this field will override preferentialNetworkService. This can be set on both work profiles and fully managed devices on Android 13 and above.

Declaration
[JsonProperty("preferentialNetworkServiceSettings")]
public virtual PreferentialNetworkServiceSettings PreferentialNetworkServiceSettings { get; set; }
Property Value
Type Description
PreferentialNetworkServiceSettings

TetheringSettings

Controls tethering settings. Based on the value set, the user is partially or fully disallowed from using different forms of tethering.

Declaration
[JsonProperty("tetheringSettings")]
public virtual string TetheringSettings { get; set; }
Property Value
Type Description
string

UsbDataAccess

Controls what files and/or data can be transferred via USB. Supported only on company-owned devices.

Declaration
[JsonProperty("usbDataAccess")]
public virtual string UsbDataAccess { get; set; }
Property Value
Type Description
string

WifiDirectSettings

Controls configuring and using Wi-Fi direct settings. Supported on company-owned devices running Android 13 and above.

Declaration
[JsonProperty("wifiDirectSettings")]
public virtual string WifiDirectSettings { get; set; }
Property Value
Type Description
string

WifiRoamingPolicy

Optional. Wi-Fi roaming policy.

Declaration
[JsonProperty("wifiRoamingPolicy")]
public virtual WifiRoamingPolicy WifiRoamingPolicy { get; set; }
Property Value
Type Description
WifiRoamingPolicy

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.

Declaration
[JsonProperty("wifiSsidPolicy")]
public virtual WifiSsidPolicy WifiSsidPolicy { get; set; }
Property Value
Type Description
WifiSsidPolicy

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX