View Source GoogleApi.AndroidManagement.V1.Model.DeviceConnectivityManagement (google_api_android_management v0.48.2)

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

Attributes

  • configureWifi (type: String.t, default: nil) - 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.
  • tetheringSettings (type: String.t, default: nil) - Controls tethering settings. Based on the value set, the user is partially or fully disallowed from using different forms of tethering.
  • usbDataAccess (type: String.t, default: nil) - Controls what files and/or data can be transferred via USB. Supported only on company-owned devices.
  • wifiDirectSettings (type: String.t, default: nil) - Controls configuring and using Wi-Fi direct settings. Supported on company-owned devices running Android 13 and above.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidManagement.V1.Model.DeviceConnectivityManagement{
  configureWifi: String.t() | nil,
  tetheringSettings: String.t() | nil,
  usbDataAccess: String.t() | nil,
  wifiDirectSettings: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.