google_api_android_management v0.1.0 GoogleApi.AndroidManagement.V1.Model.DeviceSettings View Source

Information about security related device settings on device.

Attributes

  • adbEnabled (boolean()): Whether ADB (https://developer.android.com/studio/command-line/adb.html) is enabled on the device. Defaults to: null.
  • developmentSettingsEnabled (boolean()): Whether developer mode is enabled on the device. Defaults to: null.
  • encryptionStatus (String.t): Encryption status from DevicePolicyManager. Defaults to: null.

    • Enum - one of [ENCRYPTION_STATUS_UNSPECIFIED, UNSUPPORTED, INACTIVE, ACTIVATING, ACTIVE, ACTIVE_DEFAULT_KEY, ACTIVE_PER_USER]
  • isDeviceSecure (boolean()): Whether the device is secured with PIN/password. Defaults to: null.
  • isEncrypted (boolean()): Whether the storage encryption is enabled. Defaults to: null.
  • unknownSourcesEnabled (boolean()): Whether installing apps from unknown sources is enabled. Defaults to: null.
  • verifyAppsEnabled (boolean()): Whether Verify Apps (Google Play Protect (https://support.google.com/googleplay/answer/2812853)) is enabled on the device. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type t() View Source
t() :: %GoogleApi.AndroidManagement.V1.Model.DeviceSettings{
  adbEnabled: any(),
  developmentSettingsEnabled: any(),
  encryptionStatus: any(),
  isDeviceSecure: any(),
  isEncrypted: any(),
  unknownSourcesEnabled: any(),
  verifyAppsEnabled: any()
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.