Class ChromeOsDevice
- Assembly
- Google.Apis.Admin.Directory.directory_v1.dll
Google Chrome devices run on the Chrome OS. For more information about common API tasks, see the Developer's Guide.
public class ChromeOsDevice : IDirectResponseSchema
- Inheritance
-
ChromeOsDevice
- Implements
-
IDirectResponseSchema
- Inherited Members
Constructors
ChromeOsDevice()
public ChromeOsDevice()
Properties
ActiveTimeRanges
List of active time ranges (Read-only).
public virtual IList<ChromeOsDevice.ActiveTimeRangesData> ActiveTimeRanges { get; set; }
Property Value
AnnotatedAssetId
The asset identifier as noted by an administrator or specified during enrollment.
public virtual string AnnotatedAssetId { get; set; }
Property Value
AnnotatedLocation
The address or location of the device as noted by the administrator. Maximum length is 200
characters.
Empty values are allowed.
public virtual string AnnotatedLocation { get; set; }
Property Value
AnnotatedUser
The user of the device as noted by the administrator. Maximum length is 100 characters. Empty values are allowed.
public virtual string AnnotatedUser { get; set; }
Property Value
AutoUpdateExpiration
(Read-only) The timestamp after which the device will stop receiving Chrome updates or support
public virtual long? AutoUpdateExpiration { get; set; }
Property Value
- long?
BootMode
The boot mode for the device. The possible values are: * Verified
: The device is running a valid version
of the Chrome OS. * Dev
: The devices's developer hardware switch is enabled. When booted, the device has a
command line shell. For an example of a developer switch, see the Chromebook developer
information.
public virtual string BootMode { get; set; }
Property Value
CpuStatusReports
Reports of CPU utilization and temperature (Read-only)
public virtual IList<ChromeOsDevice.CpuStatusReportsData> CpuStatusReports { get; set; }
Property Value
DeviceFiles
List of device files to download (Read-only)
public virtual IList<ChromeOsDevice.DeviceFilesData> DeviceFiles { get; set; }
Property Value
DeviceId
The unique ID of the Chrome device.
public virtual string DeviceId { get; set; }
Property Value
DiskVolumeReports
Reports of disk space and other info about mounted/connected volumes.
public virtual IList<ChromeOsDevice.DiskVolumeReportsData> DiskVolumeReports { get; set; }
Property Value
DockMacAddress
(Read-only) Built-in MAC address for the docking station that the device connected to. Factory sets Media access control address (MAC address) assigned for use by a dock. It is reserved specifically for MAC pass through device policy. The format is twelve (12) hexadecimal digits without any delimiter (uppercase letters). This is only relevant for some devices.
public virtual string DockMacAddress { get; set; }
Property Value
ETag
ETag of the resource.
public virtual string ETag { get; set; }
Property Value
EthernetMacAddress
The device's MAC address on the ethernet network interface.
public virtual string EthernetMacAddress { get; set; }
Property Value
EthernetMacAddress0
(Read-only) MAC address used by the Chromebook’s internal ethernet port, and for onboard network (ethernet) interface. The format is twelve (12) hexadecimal digits without any delimiter (uppercase letters). This is only relevant for some devices.
public virtual string EthernetMacAddress0 { get; set; }
Property Value
FirmwareVersion
The Chrome device's firmware version.
public virtual string FirmwareVersion { get; set; }
Property Value
Kind
The type of resource. For the Chromeosdevices resource, the value is admin#directory#chromeosdevice
.
public virtual string Kind { get; set; }
Property Value
LastEnrollmentTime
DateTime representation of LastEnrollmentTimeRaw.
public virtual DateTime? LastEnrollmentTime { get; set; }
Property Value
LastEnrollmentTimeRaw
Date and time the device was last enrolled (Read-only)
public virtual string LastEnrollmentTimeRaw { get; set; }
Property Value
LastKnownNetwork
Contains last known network (Read-only)
public virtual IList<ChromeOsDevice.LastKnownNetworkData> LastKnownNetwork { 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
MacAddress
The device's wireless MAC address. If the device does not have this information, it is not included in the response.
public virtual string MacAddress { get; set; }
Property Value
ManufactureDate
(Read-only) The date the device was manufactured in yyyy-mm-dd format.
public virtual string ManufactureDate { get; set; }
Property Value
Meid
The Mobile Equipment Identifier (MEID) or the International Mobile Equipment Identity (IMEI) for the 3G mobile card in a mobile device. A MEID/IMEI is typically used when adding a device to a wireless carrier's post-pay service plan. If the device does not have this information, this property is not included in the response. For more information on how to export a MEID/IMEI list, see the Developer's Guide.
public virtual string Meid { get; set; }
Property Value
Model
The device's model information. If the device does not have this information, this property is not included in the response.
public virtual string Model { get; set; }
Property Value
Notes
Notes about this device added by the administrator. This property can be
searched with the
list method's query
parameter. Maximum length is
500 characters. Empty values are allowed.
public virtual string Notes { get; set; }
Property Value
OrderNumber
The device's order number. Only devices directly purchased from Google have an order number.
public virtual string OrderNumber { get; set; }
Property Value
OrgUnitPath
The full parent path with the organizational unit's name associated with the device. Path names are case
insensitive. If the parent organizational unit is the top-level organization, it is represented as a forward
slash, /
. This property can be
updated using the API. For more
information about how to create an organizational structure for your device, see the administration help
center.
public virtual string OrgUnitPath { get; set; }
Property Value
OsVersion
The Chrome device's operating system version.
public virtual string OsVersion { get; set; }
Property Value
PlatformVersion
The Chrome device's platform version.
public virtual string PlatformVersion { get; set; }
Property Value
RecentUsers
List of recent device users, in descending order, by last login time.
public virtual IList<ChromeOsDevice.RecentUsersData> RecentUsers { get; set; }
Property Value
ScreenshotFiles
List of screenshot files to download. Type is always "SCREENSHOT_FILE". (Read-only)
public virtual IList<ChromeOsDevice.ScreenshotFilesData> ScreenshotFiles { get; set; }
Property Value
SerialNumber
The Chrome device serial number entered when the device was enabled. This value is the same as the Admin console's Serial Number in the Chrome OS Devices tab.
public virtual string SerialNumber { get; set; }
Property Value
Status
The status of the device.
public virtual string Status { get; set; }
Property Value
SupportEndDate
DateTime representation of SupportEndDateRaw.
public virtual DateTime? SupportEndDate { get; set; }
Property Value
SupportEndDateRaw
Final date the device will be supported (Read-only)
public virtual string SupportEndDateRaw { get; set; }
Property Value
SystemRamFreeReports
Reports of amounts of available RAM memory (Read-only)
public virtual IList<ChromeOsDevice.SystemRamFreeReportsData> SystemRamFreeReports { get; set; }
Property Value
SystemRamTotal
Total RAM on the device [in bytes] (Read-only)
public virtual long? SystemRamTotal { get; set; }
Property Value
- long?
TpmVersionInfo
Trusted Platform Module (TPM) (Read-only)
public virtual ChromeOsDevice.TpmVersionInfoData TpmVersionInfo { get; set; }
Property Value
WillAutoRenew
Determines if the device will auto renew its support after the support end date. This is a read-only property.
public virtual bool? WillAutoRenew { get; set; }
Property Value
- bool?