Class ChromeOsDevice
- Assembly
- Google.Apis.Admin.Directory.directory_v1.dll
JSON template for Chrome Os Device resource in Directory API.
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
AssetId specified during enrollment or through later annotation
public virtual string AnnotatedAssetId { get; set; }
Property Value
AnnotatedLocation
Address or location of the device as noted by the administrator
public virtual string AnnotatedLocation { get; set; }
Property Value
AnnotatedUser
User of the device
public virtual string AnnotatedUser { get; set; }
Property Value
BootMode
Chromebook boot mode (Read-only)
public virtual string BootMode { get; set; }
Property Value
DeviceFiles
List of device files to download (Read-only)
public virtual IList<ChromeOsDevice.DeviceFilesData> DeviceFiles { get; set; }
Property Value
DeviceId
Unique identifier of Chrome OS Device (Read-only)
public virtual string DeviceId { get; set; }
Property Value
ETag
ETag of the resource.
public virtual string ETag { get; set; }
Property Value
EthernetMacAddress
Chromebook Mac Address on ethernet network interface (Read-only)
public virtual string EthernetMacAddress { get; set; }
Property Value
FirmwareVersion
Chromebook firmware version (Read-only)
public virtual string FirmwareVersion { get; set; }
Property Value
Kind
Kind of resource this is.
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
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
Chromebook Mac Address on wifi network interface (Read-only)
public virtual string MacAddress { get; set; }
Property Value
Meid
Mobile Equipment identifier for the 3G mobile card in the Chromebook (Read-only)
public virtual string Meid { get; set; }
Property Value
Model
Chromebook Model (Read-only)
public virtual string Model { get; set; }
Property Value
Notes
Notes added by the administrator
public virtual string Notes { get; set; }
Property Value
OrderNumber
Chromebook order number (Read-only)
public virtual string OrderNumber { get; set; }
Property Value
OrgUnitPath
OrgUnit of the device
public virtual string OrgUnitPath { get; set; }
Property Value
OsVersion
Chromebook Os Version (Read-only)
public virtual string OsVersion { get; set; }
Property Value
PlatformVersion
Chromebook platform version (Read-only)
public virtual string PlatformVersion { get; set; }
Property Value
RecentUsers
List of recent device users, in descending order by last login time (Read-only)
public virtual IList<ChromeOsDevice.RecentUsersData> RecentUsers { get; set; }
Property Value
SerialNumber
Chromebook 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
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
TpmVersionInfo
Trusted Platform Module (TPM) (Read-only)
public virtual ChromeOsDevice.TpmVersionInfoData TpmVersionInfo { get; set; }
Property Value
WillAutoRenew
Will Chromebook auto renew after support end date (Read-only)
public virtual bool? WillAutoRenew { get; set; }
Property Value
- bool?