GetDeviceResult

data class GetDeviceResult(val androidSpecificAttributes: AndroidAttributesResponse, val assetTag: String, val basebandVersion: String, val bootloaderVersion: String, val brand: String, val buildNumber: String, val clientTypes: List<String>, val compromisedState: String, val createTime: String, val deviceId: String, val deviceType: String, val enabledDeveloperOptions: Boolean, val enabledUsbDebugging: Boolean, val encryptionState: String, val endpointVerificationSpecificAttributes: EndpointVerificationSpecificAttributesResponse, val hostname: String, val imei: String, val kernelVersion: String, val lastSyncTime: String, val managementState: String, val manufacturer: String, val meid: String, val model: String, val name: String, val networkOperator: String, val osVersion: String, val otherAccounts: List<String>, val ownerType: String, val releaseVersion: String, val securityPatchTime: String, val serialNumber: String, val wifiMacAddresses: List<String>)

Constructors

Link copied to clipboard
constructor(androidSpecificAttributes: AndroidAttributesResponse, assetTag: String, basebandVersion: String, bootloaderVersion: String, brand: String, buildNumber: String, clientTypes: List<String>, compromisedState: String, createTime: String, deviceId: String, deviceType: String, enabledDeveloperOptions: Boolean, enabledUsbDebugging: Boolean, encryptionState: String, endpointVerificationSpecificAttributes: EndpointVerificationSpecificAttributesResponse, hostname: String, imei: String, kernelVersion: String, lastSyncTime: String, managementState: String, manufacturer: String, meid: String, model: String, name: String, networkOperator: String, osVersion: String, otherAccounts: List<String>, ownerType: String, releaseVersion: String, securityPatchTime: String, serialNumber: String, wifiMacAddresses: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Attributes specific to Android devices.

Link copied to clipboard

Asset tag of the device.

Link copied to clipboard

Baseband version of the device.

Link copied to clipboard

Device bootloader version. Example: 0.6.7.

Link copied to clipboard

Device brand. Example: Samsung.

Link copied to clipboard

Build number of the device.

Link copied to clipboard

List of the clients the device is reporting to.

Link copied to clipboard

Represents whether the Device is compromised.

Link copied to clipboard

When the Company-Owned device was imported. This field is empty for BYOD devices.

Link copied to clipboard

Unique identifier for the device.

Link copied to clipboard

Type of device.

Link copied to clipboard

Whether developer options is enabled on device.

Link copied to clipboard

Whether USB debugging is enabled on device.

Link copied to clipboard

Device encryption state.

Link copied to clipboard

Attributes specific to Endpoint Verification devices.

Link copied to clipboard

Host name of the device.

Link copied to clipboard

IMEI number of device if GSM device; empty otherwise.

Link copied to clipboard

Kernel version of the device.

Link copied to clipboard

Most recent time when device synced with this service.

Link copied to clipboard

Management state of the device

Link copied to clipboard

Device manufacturer. Example: Motorola.

Link copied to clipboard

MEID number of device if CDMA device; empty otherwise.

Link copied to clipboard

Model name of device. Example: Pixel 3.

Link copied to clipboard

Resource name of the Device in format: devices/{device_id}, where device_id is the unique id assigned to the Device.

Link copied to clipboard

Mobile or network operator of device, if available.

Link copied to clipboard

OS version of the device. Example: Android 8.1.0.

Link copied to clipboard

Domain name for Google accounts on device. Type for other accounts on device. On Android, will only be populated if |ownership_privilege| is |PROFILE_OWNER| or |DEVICE_OWNER|. Does not include the account signed in to the device policy app if that account's domain has only one account. Examples: "com.example", "xyz.com".

Link copied to clipboard

Whether the device is owned by the company or an individual

Link copied to clipboard

OS release version. Example: 6.0.

Link copied to clipboard

OS security patch update time on device.

Link copied to clipboard

Serial Number of device. Example: HT82V1A01076.

Link copied to clipboard

WiFi MAC addresses of device.