Class MobileDevice
- Assembly
- Google.Apis.Admin.Directory.directory_v1.dll
JSON template for Mobile Device resource in Directory API.
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
List of applications installed on Mobile Device
public virtual IList<MobileDevice.ApplicationsData> Applications { get; set; }
Property Value
BasebandVersion
Mobile Device Baseband version (Read-only)
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
Mobile Device Build number (Read-only)
public virtual string BuildNumber { get; set; }
Property Value
DefaultLanguage
The default locale used on the Mobile Device (Read-only)
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
Mobile Device compromised status (Read-only)
public virtual string DeviceCompromisedStatus { get; set; }
Property Value
DeviceId
Mobile Device serial number (Read-only)
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 user's email addresses (Read-only)
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
Mobile Device Hardware Id (Read-only)
public virtual string HardwareId { get; set; }
Property Value
Imei
Mobile Device IMEI number (Read-only)
public virtual string Imei { get; set; }
Property Value
KernelVersion
Mobile Device Kernel version (Read-only)
public virtual string KernelVersion { get; set; }
Property Value
Kind
Kind of resource this is.
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 (Read-only)
public virtual bool? ManagedAccountIsOnOwnerProfile { get; set; }
Property Value
- bool?
Manufacturer
Mobile Device manufacturer (Read-only)
public virtual string Manufacturer { get; set; }
Property Value
Meid
Mobile Device MEID number (Read-only)
public virtual string Meid { get; set; }
Property Value
Model
Name of the model of the device
public virtual string Model { get; set; }
Property Value
Name
List of owner user's names (Read-only)
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
Name of the mobile operating system
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
Unique identifier of Mobile Device (Read-only)
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
Mobile Device SSN or Serial Number (Read-only)
public virtual string SerialNumber { get; set; }
Property Value
Status
Status of the device (Read-only)
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 device (Read-only)
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
Mobile Device user agent
public virtual string UserAgent { get; set; }
Property Value
WifiMacAddress
Mobile Device WiFi MAC address (Read-only)
public virtual string WifiMacAddress { get; set; }