Description Usage Arguments Details See Also
View source: R/chromeosdevices.R
This method supports patch semantics. Autogenerated via package_make
.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 | chromeosdevices.patch(
deviceId,
customerId,
projection = NULL,
lastSync = NULL,
serialNumber = NULL,
macAddress = NULL,
cpuStatusReports = NULL,
ethernetMacAddress0 = NULL,
bootMode = NULL,
status = NULL,
willAutoRenew = NULL,
orgUnitPath = NULL,
diskVolumeReports = NULL,
firmwareVersion = NULL,
activeTimeRanges = NULL,
annotatedUser = NULL,
recentUsers = NULL,
orderNumber = NULL,
model = NULL,
supportEndDate = NULL,
deviceFiles = NULL,
annotatedAssetId = NULL,
platformVersion = NULL,
systemRamFreeReports = NULL,
meid = NULL,
kind = NULL,
osVersion = NULL,
annotatedLocation = NULL,
autoUpdateExpiration = NULL,
lastKnownNetwork = NULL,
dockMacAddress = NULL,
systemRamTotal = NULL,
etag = NULL,
ethernetMacAddress = NULL,
manufactureDate = NULL,
screenshotFiles = NULL,
lastEnrollmentTime = NULL,
notes = NULL,
tpmVersionInfo = NULL,
callback = NULL,
fields = NULL,
uploadType = NULL,
upload_protocol = NULL,
prettyPrint = NULL,
quotaUser = NULL,
alt = NULL,
gargle_token = gargle::token_fetch(scopes =
.endpoints[["directory.chromeosdevices.patch"]]$scopes[[1]]),
return_request = F,
return_response = F
)
|
deviceId |
The unique ID of the device. The |
customerId |
The unique ID for the customer's Google Workspace account. As an account administrator, you can also use the |
projection |
Restrict information returned to a set of selected fields. |
lastSync |
Date and time the device was last synchronized with the policy settings in the G Suite administrator control panel (Read-only) |
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. |
macAddress |
The device's wireless MAC address. If the device does not have this information, it is not included in the response. |
cpuStatusReports |
Reports of CPU utilization and temperature (Read-only) |
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. |
bootMode |
The boot mode for the device. The possible values are: * |
status |
The status of the device. |
willAutoRenew |
Determines if the device will auto renew its support after the support end date. This is a read-only property. |
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, |
diskVolumeReports |
Reports of disk space and other info about mounted/connected volumes. |
firmwareVersion |
The Chrome device's firmware version. |
activeTimeRanges |
List of active time ranges (Read-only). |
annotatedUser |
The user of the device as noted by the administrator. Maximum length is 100 characters. Empty values are allowed. |
recentUsers |
List of recent device users, in descending order, by last login time. |
orderNumber |
The device's order number. Only devices directly purchased from Google have an order number. |
model |
The device's model information. If the device does not have this information, this property is not included in the response. |
supportEndDate |
Final date the device will be supported (Read-only) |
deviceFiles |
List of device files to download (Read-only) |
annotatedAssetId |
The asset identifier as noted by an administrator or specified during enrollment. |
platformVersion |
The Chrome device's platform version. |
systemRamFreeReports |
Reports of amounts of available RAM memory (Read-only) |
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. |
kind |
The type of resource. For the Chromeosdevices resource, the value is |
osVersion |
The Chrome device's operating system version. |
annotatedLocation |
The address or location of the device as noted by the administrator. Maximum length is |
autoUpdateExpiration |
(Read-only) The timestamp after which the device will stop receiving Chrome updates or support |
lastKnownNetwork |
Contains last known network (Read-only) |
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. |
systemRamTotal |
Total RAM on the device in bytes (Read-only) |
etag |
ETag of the resource. |
ethernetMacAddress |
The device's MAC address on the ethernet network interface. |
manufactureDate |
(Read-only) The date the device was manufactured in yyyy-mm-dd format. |
screenshotFiles |
List of screenshot files to download. Type is always "SCREENSHOT_FILE". (Read-only) |
lastEnrollmentTime |
Date and time the device was last enrolled (Read-only) |
notes |
Notes about this device added by the administrator. This property can be searched with the list method's |
tpmVersionInfo |
Trusted Platform Module (TPM) (Read-only) |
callback |
JSONP |
fields |
Selector specifying which fields to include in a partial response. |
uploadType |
Legacy upload protocol for media (e.g. "media", "multipart"). |
upload_protocol |
Upload protocol for media (e.g. "raw", "multipart"). |
prettyPrint |
Returns response with indentations and line breaks. |
quotaUser |
Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. |
alt |
Data format for response. |
gargle_token |
A token prepared by one of gargle's token generating functions. Defaults to gargle::token_fetch(...) with appropriate scopes. See |
return_request |
Whether to return the request without making it. Defaults to FALSE. See |
return_response |
Whether to return the response or the response content. Defaults to FALSE (return response content). |
Authentication scopes used by this function are:
https://www.googleapis.com/auth/admin.directory.device.chromeos
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.