google_api_admin v0.18.0 GoogleApi.Admin.Directory_v1.Model.ChromeOsDevice View Source
JSON template for Chrome Os Device resource in Directory API.
Attributes
-
systemRamTotal
(type:String.t
, default:nil
) - Total RAM on the device [in bytes] (Read-only) -
macAddress
(type:String.t
, default:nil
) - Chromebook Mac Address on wifi network interface (Read-only) -
annotatedLocation
(type:String.t
, default:nil
) - Address or location of the device as noted by the administrator -
deviceFiles
(type:list(GoogleApi.Admin.Directory_v1.Model.ChromeOsDeviceDeviceFiles.t)
, default:nil
) - List of device files to download (Read-only) -
etag
(type:String.t
, default:nil
) - ETag of the resource. -
platformVersion
(type:String.t
, default:nil
) - Chromebook platform version (Read-only) -
osVersion
(type:String.t
, default:nil
) - Chromebook Os Version (Read-only) -
orgUnitPath
(type:String.t
, default:nil
) - OrgUnit of the device -
firmwareVersion
(type:String.t
, default:nil
) - Chromebook firmware version (Read-only) -
annotatedUser
(type:String.t
, default:nil
) - User of the device -
kind
(type:String.t
, default:admin#directory#chromeosdevice
) - Kind of resource this is. -
recentUsers
(type:list(GoogleApi.Admin.Directory_v1.Model.ChromeOsDeviceRecentUsers.t)
, default:nil
) - List of recent device users, in descending order by last login time (Read-only) -
supportEndDate
(type:DateTime.t
, default:nil
) - Final date the device will be supported (Read-only) -
lastSync
(type:DateTime.t
, default:nil
) - Date and time the device was last synchronized with the policy settings in the G Suite administrator control panel (Read-only) -
deviceId
(type:String.t
, default:nil
) - Unique identifier of Chrome OS Device (Read-only) -
manufactureDate
(type:String.t
, default:nil
) - (Read-only) The date the device was manufactured in yyyy-mm-dd format. -
status
(type:String.t
, default:nil
) - status of the device (Read-only) -
orderNumber
(type:String.t
, default:nil
) - Chromebook order number (Read-only) -
model
(type:String.t
, default:nil
) - Chromebook Model (Read-only) -
ethernetMacAddress0
(type:String.t
, default:nil
) - (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. -
serialNumber
(type:String.t
, default:nil
) - Chromebook serial number (Read-only) -
meid
(type:String.t
, default:nil
) - Contains either the Mobile Equipment identifier (MEID) or the International Mobile Equipment Identity (IMEI) for the 3G mobile card in the Chromebook (Read-only) -
tpmVersionInfo
(type:GoogleApi.Admin.Directory_v1.Model.ChromeOsDeviceTpmVersionInfo.t
, default:nil
) - Trusted Platform Module (TPM) (Read-only) -
activeTimeRanges
(type:list(GoogleApi.Admin.Directory_v1.Model.ChromeOsDeviceActiveTimeRanges.t)
, default:nil
) - List of active time ranges (Read-only) -
bootMode
(type:String.t
, default:nil
) - Chromebook boot mode (Read-only) -
ethernetMacAddress
(type:String.t
, default:nil
) - Chromebook Mac Address on ethernet network interface (Read-only) -
lastEnrollmentTime
(type:DateTime.t
, default:nil
) - Date and time the device was last enrolled (Read-only) -
diskVolumeReports
(type:list(GoogleApi.Admin.Directory_v1.Model.ChromeOsDeviceDiskVolumeReports.t)
, default:nil
) - Reports of disk space and other info about mounted/connected volumes. -
systemRamFreeReports
(type:list(GoogleApi.Admin.Directory_v1.Model.ChromeOsDeviceSystemRamFreeReports.t)
, default:nil
) - Reports of amounts of available RAM memory (Read-only) -
annotatedAssetId
(type:String.t
, default:nil
) - AssetId specified during enrollment or through later annotation -
cpuStatusReports
(type:list(GoogleApi.Admin.Directory_v1.Model.ChromeOsDeviceCpuStatusReports.t)
, default:nil
) - Reports of CPU utilization and temperature (Read-only) -
dockMacAddress
(type:String.t
, default:nil
) - (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. Currently this is only supported on the Dell Arcada / Sarien devices and the Dell WD19 / WD19TB Docking Station. 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 Dell devices. -
autoUpdateExpiration
(type:String.t
, default:nil
) - (Read-only) The timestamp after which the device will stop receiving Chrome updates or support -
notes
(type:String.t
, default:nil
) - Notes added by the administrator -
willAutoRenew
(type:boolean()
, default:nil
) - Will Chromebook auto renew after support end date (Read-only) -
lastKnownNetwork
(type:list(GoogleApi.Admin.Directory_v1.Model.ChromeOsDeviceLastKnownNetwork.t)
, default:nil
) - Contains last used network (Read-only)
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Admin.Directory_v1.Model.ChromeOsDevice{ activeTimeRanges: [ GoogleApi.Admin.Directory_v1.Model.ChromeOsDeviceActiveTimeRanges.t() ], annotatedAssetId: String.t(), annotatedLocation: String.t(), annotatedUser: String.t(), autoUpdateExpiration: String.t(), bootMode: String.t(), cpuStatusReports: [ GoogleApi.Admin.Directory_v1.Model.ChromeOsDeviceCpuStatusReports.t() ], deviceFiles: [ GoogleApi.Admin.Directory_v1.Model.ChromeOsDeviceDeviceFiles.t() ], deviceId: String.t(), diskVolumeReports: [ GoogleApi.Admin.Directory_v1.Model.ChromeOsDeviceDiskVolumeReports.t() ], dockMacAddress: String.t(), etag: String.t(), ethernetMacAddress: String.t(), ethernetMacAddress0: String.t(), firmwareVersion: String.t(), kind: String.t(), lastEnrollmentTime: DateTime.t(), lastKnownNetwork: [ GoogleApi.Admin.Directory_v1.Model.ChromeOsDeviceLastKnownNetwork.t() ], lastSync: DateTime.t(), macAddress: String.t(), manufactureDate: String.t(), meid: String.t(), model: String.t(), notes: String.t(), orderNumber: String.t(), orgUnitPath: String.t(), osVersion: String.t(), platformVersion: String.t(), recentUsers: [ GoogleApi.Admin.Directory_v1.Model.ChromeOsDeviceRecentUsers.t() ], serialNumber: String.t(), status: String.t(), supportEndDate: DateTime.t(), systemRamFreeReports: [ GoogleApi.Admin.Directory_v1.Model.ChromeOsDeviceSystemRamFreeReports.t() ], systemRamTotal: String.t(), tpmVersionInfo: GoogleApi.Admin.Directory_v1.Model.ChromeOsDeviceTpmVersionInfo.t(), willAutoRenew: boolean() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.