Class MobileDevice
- 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
BasebandVersion
The device's baseband version.
public virtual string BasebandVersion { get; set; }
Property Value
BootloaderVersion
Mobile Device Bootloader version (Read-only)
public virtual string BootloaderVersion { get; set; }
Property Value
Brand
Mobile Device Brand (Read-only)
public virtual string Brand { get; set; }
Property Value
BuildNumber
The device's operating system build number.
public virtual string BuildNumber { get; set; }
Property Value
DefaultLanguage
The default locale used on the device.
public virtual string DefaultLanguage { get; set; }
Property Value
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
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
DevicePasswordStatus
DevicePasswordStatus (Read-only)
public virtual string DevicePasswordStatus { get; set; }
Property Value
ETag
ETag of the resource.
public virtual string ETag { get; set; }
Property Value
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
EncryptionStatus
Mobile Device Encryption Status (Read-only)
public virtual string EncryptionStatus { get; set; }
Property Value
FirstSync
DateTime representation of FirstSyncRaw.
public virtual DateTime? FirstSync { get; set; }
Property Value
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
Hardware
Mobile Device Hardware (Read-only)
public virtual string Hardware { get; set; }
Property Value
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
Imei
The device's IMEI number.
public virtual string Imei { get; set; }
Property Value
KernelVersion
The device's kernel version.
public virtual string KernelVersion { get; set; }
Property Value
Kind
The type of the API resource. For Mobiledevices resources, the value is admin#directory#mobiledevice
.
public virtual string Kind { get; set; }
Property Value
LastSync
DateTime representation of LastSyncRaw.
public virtual DateTime? LastSync { get; set; }
Property Value
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
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
Meid
The device's MEID number.
public virtual string Meid { get; set; }
Property Value
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
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
NetworkOperator
Mobile Device mobile or network operator (if available) (Read-only)
public virtual string NetworkOperator { get; set; }
Property Value
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
OtherAccountsInfo
List of accounts added on device (Read-only)
public virtual IList<string> OtherAccountsInfo { get; set; }
Property Value
Privilege
DMAgentPermission (Read-only)
public virtual string Privilege { get; set; }
Property Value
ReleaseVersion
Mobile Device release version version (Read-only)
public virtual string ReleaseVersion { get; set; }
Property Value
ResourceId
The unique ID the API service uses to identify the mobile device.
public virtual string ResourceId { get; set; }
Property Value
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
Status
The device's status.
public virtual string Status { get; set; }
Property Value
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
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
WifiMacAddress
The device's MAC address on Wi-Fi networks.
public virtual string WifiMacAddress { get; set; }