View Source GoogleApi.Admin.Directory_v1.Model.MobileDevice (google_api_admin v0.40.0)

Google Workspace Mobile Management includes Android, Google Sync, and iOS devices. For more information about common group mobile device API tasks, see the Developer's Guide.

Attributes

  • applications (type: list(GoogleApi.Admin.Directory_v1.Model.MobileDeviceApplications.t), default: nil) - The list of applications installed on an Android mobile device. It is not applicable to Google Sync and iOS devices. The list includes any Android applications that access Google Workspace data. When updating an applications list, it is important to note that updates replace the existing list. If the Android device has two existing applications and the API updates the list with five applications, the is now the updated list of five applications.
  • meid (type: String.t, default: nil) - The device's MEID number.
  • name (type: list(String.t), default: nil) - The list of the owner's user names. If your application needs the current list of device owner names, use the get method. For more information about retrieving mobile device user information, see the Developer's Guide.
  • hardware (type: String.t, default: nil) - Mobile Device Hardware (Read-only)
  • lastSync (type: DateTime.t, default: nil) - Date and time the device was last synchronized with the policy settings in the G Suite administrator control panel (Read-only)
  • supportsWorkProfile (type: boolean(), default: nil) - Work profile supported on device (Read-only)
  • deviceCompromisedStatus (type: String.t, default: nil) - The compromised device status.
  • buildNumber (type: String.t, default: nil) - The device's operating system build number.
  • kind (type: String.t, default: admin#directory#mobiledevice) - The type of the API resource. For Mobiledevices resources, the value is admin#directory#mobiledevice.
  • email (type: list(String.t), default: nil) - The list of the owner's email addresses. If your application needs the current list of user emails, use the get method. For additional information, see the retrieve a user method.
  • wifiMacAddress (type: String.t, default: nil) - The device's MAC address on Wi-Fi networks.
  • os (type: String.t, default: nil) - The mobile device's operating system, for example IOS 4.3 or Android 2.3.5. This property can be updated. For more information, see the Developer's Guide.
  • serialNumber (type: String.t, default: nil) - The device's serial number.
  • otherAccountsInfo (type: list(String.t), default: nil) - The list of accounts added on device (Read-only)
  • defaultLanguage (type: String.t, default: nil) - The default locale used on the device.
  • basebandVersion (type: String.t, default: nil) - The device's baseband version.
  • manufacturer (type: String.t, default: nil) - Mobile Device manufacturer (Read-only)
  • hardwareId (type: String.t, default: nil) - The IMEI/MEID unique identifier for Android hardware. It is not applicable to Google Sync devices. When adding an Android mobile device, this is an optional property. When updating one of these devices, this is a read-only property.
  • deviceId (type: String.t, default: nil) - The serial number for a Google Sync mobile device. For Android and iOS devices, this is a software generated unique identifier.
  • networkOperator (type: String.t, default: nil) - Mobile Device mobile or network operator (if available) (Read-only)
  • devicePasswordStatus (type: String.t, default: nil) - DevicePasswordStatus (Read-only)
  • imei (type: String.t, default: nil) - The device's IMEI number.
  • userAgent (type: String.t, default: nil) - Gives information about the device such as os version. This property can be updated. For more information, see the Developer's Guide.
  • securityPatchLevel (type: String.t, default: nil) - Mobile Device Security patch level (Read-only)
  • developerOptionsStatus (type: boolean(), default: nil) - Developer options enabled or disabled on device (Read-only)
  • unknownSourcesStatus (type: boolean(), default: nil) - Unknown sources enabled or disabled on device (Read-only)
  • encryptionStatus (type: String.t, default: nil) - Mobile Device Encryption Status (Read-only)
  • adbStatus (type: boolean(), default: nil) - Adb (USB debugging) enabled or disabled on device (Read-only)
  • type (type: String.t, default: nil) - The type of mobile device.
  • releaseVersion (type: String.t, default: nil) - Mobile Device release version version (Read-only)
  • etag (type: String.t, default: nil) - ETag of the resource.
  • firstSync (type: DateTime.t, default: nil) - Date and time the device was first synchronized with the policy settings in the G Suite administrator control panel (Read-only)
  • kernelVersion (type: String.t, default: nil) - The device's kernel version.
  • status (type: String.t, default: nil) - The device's status.
  • model (type: String.t, default: nil) - The mobile device's model name, for example Nexus S. This property can be updated. For more information, see the Developer's Guide.
  • managedAccountIsOnOwnerProfile (type: boolean(), default: nil) - Boolean indicating if this account is on owner/primary profile or not.
  • privilege (type: String.t, default: nil) - DMAgentPermission (Read-only)
  • brand (type: String.t, default: nil) - Mobile Device Brand (Read-only)
  • bootloaderVersion (type: String.t, default: nil) - Mobile Device Bootloader version (Read-only)
  • resourceId (type: String.t, default: nil) - The unique ID the API service uses to identify the mobile device.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Admin.Directory_v1.Model.MobileDevice{
  adbStatus: boolean() | nil,
  applications:
    [GoogleApi.Admin.Directory_v1.Model.MobileDeviceApplications.t()] | nil,
  basebandVersion: String.t() | nil,
  bootloaderVersion: String.t() | nil,
  brand: String.t() | nil,
  buildNumber: String.t() | nil,
  defaultLanguage: String.t() | nil,
  developerOptionsStatus: boolean() | nil,
  deviceCompromisedStatus: String.t() | nil,
  deviceId: String.t() | nil,
  devicePasswordStatus: String.t() | nil,
  email: [String.t()] | nil,
  encryptionStatus: String.t() | nil,
  etag: String.t() | nil,
  firstSync: DateTime.t() | nil,
  hardware: String.t() | nil,
  hardwareId: String.t() | nil,
  imei: String.t() | nil,
  kernelVersion: String.t() | nil,
  kind: String.t() | nil,
  lastSync: DateTime.t() | nil,
  managedAccountIsOnOwnerProfile: boolean() | nil,
  manufacturer: String.t() | nil,
  meid: String.t() | nil,
  model: String.t() | nil,
  name: [String.t()] | nil,
  networkOperator: String.t() | nil,
  os: String.t() | nil,
  otherAccountsInfo: [String.t()] | nil,
  privilege: String.t() | nil,
  releaseVersion: String.t() | nil,
  resourceId: String.t() | nil,
  securityPatchLevel: String.t() | nil,
  serialNumber: String.t() | nil,
  status: String.t() | nil,
  supportsWorkProfile: boolean() | nil,
  type: String.t() | nil,
  unknownSourcesStatus: boolean() | nil,
  userAgent: String.t() | nil,
  wifiMacAddress: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.