Table of Contents

Class MobileDevice

Namespace
Google.Apis.Admin.Directory.directory_v1.Data
Assembly
Google.Apis.Admin.Directory.directory_v1.dll

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.

public class MobileDevice : IDirectResponseSchema
Inheritance
MobileDevice
Implements
IDirectResponseSchema
Inherited Members

Constructors

MobileDevice()

public MobileDevice()

Properties

AdbStatus

Adb (USB debugging) enabled or disabled on device (Read-only)

public virtual bool? AdbStatus { get; set; }

Property Value

bool?

Applications

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.

public virtual IList<MobileDevice.ApplicationsData> Applications { get; set; }

Property Value

IList<MobileDevice.ApplicationsData>

BasebandVersion

The device's baseband version.

public virtual string BasebandVersion { get; set; }

Property Value

string

BootloaderVersion

Mobile Device Bootloader version (Read-only)

public virtual string BootloaderVersion { get; set; }

Property Value

string

Brand

Mobile Device Brand (Read-only)

public virtual string Brand { get; set; }

Property Value

string

BuildNumber

The device's operating system build number.

public virtual string BuildNumber { get; set; }

Property Value

string

DefaultLanguage

The default locale used on the device.

public virtual string DefaultLanguage { get; set; }

Property Value

string

DeveloperOptionsStatus

Developer options enabled or disabled on device (Read-only)

public virtual bool? DeveloperOptionsStatus { get; set; }

Property Value

bool?

DeviceCompromisedStatus

The compromised device status.

public virtual string DeviceCompromisedStatus { get; set; }

Property Value

string

DeviceId

The serial number for a Google Sync mobile device. For Android and iOS devices, this is a software generated unique identifier.

public virtual string DeviceId { get; set; }

Property Value

string

DevicePasswordStatus

DevicePasswordStatus (Read-only)

public virtual string DevicePasswordStatus { get; set; }

Property Value

string

ETag

ETag of the resource.

public virtual string ETag { get; set; }

Property Value

string

Email

List of 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.

public virtual IList<string> Email { get; set; }

Property Value

IList<string>

EncryptionStatus

Mobile Device Encryption Status (Read-only)

public virtual string EncryptionStatus { get; set; }

Property Value

string

FirstSync

DateTime representation of FirstSyncRaw.

public virtual DateTime? FirstSync { get; set; }

Property Value

DateTime?

FirstSyncRaw

Date and time the device was first synchronized with the policy settings in the G Suite administrator control panel (Read-only)

public virtual string FirstSyncRaw { get; set; }

Property Value

string

Hardware

Mobile Device Hardware (Read-only)

public virtual string Hardware { get; set; }

Property Value

string

HardwareId

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.

public virtual string HardwareId { get; set; }

Property Value

string

Imei

The device's IMEI number.

public virtual string Imei { get; set; }

Property Value

string

KernelVersion

The device's kernel version.

public virtual string KernelVersion { get; set; }

Property Value

string

Kind

The type of the API resource. For Mobiledevices resources, the value is admin#directory#mobiledevice.

public virtual string Kind { get; set; }

Property Value

string

LastSync

DateTime representation of LastSyncRaw.

public virtual DateTime? LastSync { get; set; }

Property Value

DateTime?

LastSyncRaw

Date and time the device was last synchronized with the policy settings in the G Suite administrator control panel (Read-only)

public virtual string LastSyncRaw { get; set; }

Property Value

string

ManagedAccountIsOnOwnerProfile

Boolean indicating if this account is on owner/primary profile or not.

public virtual bool? ManagedAccountIsOnOwnerProfile { get; set; }

Property Value

bool?

Manufacturer

Mobile Device manufacturer (Read-only)

public virtual string Manufacturer { get; set; }

Property Value

string

Meid

The device's MEID number.

public virtual string Meid { get; set; }

Property Value

string

Model

The mobile device's model name, for example Nexus S. This property can be updated. For more information, see the Developer's Guide.

public virtual string Model { get; set; }

Property Value

string

Name

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.

public virtual IList<string> Name { get; set; }

Property Value

IList<string>

NetworkOperator

Mobile Device mobile or network operator (if available) (Read-only)

public virtual string NetworkOperator { get; set; }

Property Value

string

Os

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.

public virtual string Os { get; set; }

Property Value

string

OtherAccountsInfo

List of accounts added on device (Read-only)

public virtual IList<string> OtherAccountsInfo { get; set; }

Property Value

IList<string>

Privilege

DMAgentPermission (Read-only)

public virtual string Privilege { get; set; }

Property Value

string

ReleaseVersion

Mobile Device release version version (Read-only)

public virtual string ReleaseVersion { get; set; }

Property Value

string

ResourceId

The unique ID the API service uses to identify the mobile device.

public virtual string ResourceId { get; set; }

Property Value

string

SecurityPatchLevel

Mobile Device Security patch level (Read-only)

public virtual long? SecurityPatchLevel { get; set; }

Property Value

long?

SerialNumber

The device's serial number.

public virtual string SerialNumber { get; set; }

Property Value

string

Status

The device's status.

public virtual string Status { get; set; }

Property Value

string

SupportsWorkProfile

Work profile supported on device (Read-only)

public virtual bool? SupportsWorkProfile { get; set; }

Property Value

bool?

Type

The type of mobile device.

public virtual string Type { get; set; }

Property Value

string

UnknownSourcesStatus

Unknown sources enabled or disabled on device (Read-only)

public virtual bool? UnknownSourcesStatus { get; set; }

Property Value

bool?

UserAgent

Gives information about the device such as os version. This property can be updated. For more information, see the Developer's Guide.

public virtual string UserAgent { get; set; }

Property Value

string

WifiMacAddress

The device's MAC address on Wi-Fi networks.

public virtual string WifiMacAddress { get; set; }

Property Value

string