Table of Contents

Class ChromeOsDevice

Namespace
Google.Apis.Admin.Directory.directory_v1.Data
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

IList<ChromeOsDevice.ActiveTimeRangesData>

AnnotatedAssetId

The asset identifier as noted by an administrator or specified during enrollment.

public virtual string AnnotatedAssetId { get; set; }

Property Value

string

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

string

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

string

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

string

CpuStatusReports

Reports of CPU utilization and temperature (Read-only)

public virtual IList<ChromeOsDevice.CpuStatusReportsData> CpuStatusReports { get; set; }

Property Value

IList<ChromeOsDevice.CpuStatusReportsData>

DeviceFiles

List of device files to download (Read-only)

public virtual IList<ChromeOsDevice.DeviceFilesData> DeviceFiles { get; set; }

Property Value

IList<ChromeOsDevice.DeviceFilesData>

DeviceId

The unique ID of the Chrome device.

public virtual string DeviceId { get; set; }

Property Value

string

DiskVolumeReports

Reports of disk space and other info about mounted/connected volumes.

public virtual IList<ChromeOsDevice.DiskVolumeReportsData> DiskVolumeReports { get; set; }

Property Value

IList<ChromeOsDevice.DiskVolumeReportsData>

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

string

ETag

ETag of the resource.

public virtual string ETag { get; set; }

Property Value

string

EthernetMacAddress

The device's MAC address on the ethernet network interface.

public virtual string EthernetMacAddress { get; set; }

Property Value

string

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

string

FirmwareVersion

The Chrome device's firmware version.

public virtual string FirmwareVersion { get; set; }

Property Value

string

Kind

The type of resource. For the Chromeosdevices resource, the value is admin#directory#chromeosdevice.

public virtual string Kind { get; set; }

Property Value

string

LastEnrollmentTime

DateTime representation of LastEnrollmentTimeRaw.

public virtual DateTime? LastEnrollmentTime { get; set; }

Property Value

DateTime?

LastEnrollmentTimeRaw

Date and time the device was last enrolled (Read-only)

public virtual string LastEnrollmentTimeRaw { get; set; }

Property Value

string

LastKnownNetwork

Contains last known network (Read-only)

public virtual IList<ChromeOsDevice.LastKnownNetworkData> LastKnownNetwork { get; set; }

Property Value

IList<ChromeOsDevice.LastKnownNetworkData>

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

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

string

ManufactureDate

(Read-only) The date the device was manufactured in yyyy-mm-dd format.

public virtual string ManufactureDate { get; set; }

Property Value

string

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

string

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

string

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

string

OrderNumber

The device's order number. Only devices directly purchased from Google have an order number.

public virtual string OrderNumber { get; set; }

Property Value

string

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

string

OsVersion

The Chrome device's operating system version.

public virtual string OsVersion { get; set; }

Property Value

string

PlatformVersion

The Chrome device's platform version.

public virtual string PlatformVersion { get; set; }

Property Value

string

RecentUsers

List of recent device users, in descending order, by last login time.

public virtual IList<ChromeOsDevice.RecentUsersData> RecentUsers { get; set; }

Property Value

IList<ChromeOsDevice.RecentUsersData>

ScreenshotFiles

List of screenshot files to download. Type is always "SCREENSHOT_FILE". (Read-only)

public virtual IList<ChromeOsDevice.ScreenshotFilesData> ScreenshotFiles { get; set; }

Property Value

IList<ChromeOsDevice.ScreenshotFilesData>

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

string

Status

The status of the device.

public virtual string Status { get; set; }

Property Value

string

SupportEndDate

DateTime representation of SupportEndDateRaw.

public virtual DateTime? SupportEndDate { get; set; }

Property Value

DateTime?

SupportEndDateRaw

Final date the device will be supported (Read-only)

public virtual string SupportEndDateRaw { get; set; }

Property Value

string

SystemRamFreeReports

Reports of amounts of available RAM memory (Read-only)

public virtual IList<ChromeOsDevice.SystemRamFreeReportsData> SystemRamFreeReports { get; set; }

Property Value

IList<ChromeOsDevice.SystemRamFreeReportsData>

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

ChromeOsDevice.TpmVersionInfoData

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?