chromeosdevices.update: Updates a device's updatable properties, such as...

Description Usage Arguments Details See Also

View source: R/chromeosdevices.R

Description

Autogenerated via package_make.

Usage

 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.update(
  customerId,
  deviceId,
  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.update"]]$scopes[[1]]),
  return_request = F,
  return_response = F
)

Arguments

customerId

The unique ID for the customer's Google Workspace account. As an account administrator, you can also use the my_customer alias to represent your account's customerId. The customerId is also returned as part of the Users resource.

deviceId

The unique ID of the device. The deviceIds are returned in the response from the chromeosdevices.list method.

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: * 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.

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, /. 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.

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 admin#directory#chromeosdevice.

osVersion

The Chrome device's operating system version.

annotatedLocation

The address or location of the device as noted by the administrator. Maximum length is 200 characters. Empty values are allowed.

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 query parameter. Maximum length is 500 characters. Empty values are allowed.

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 token_fetch for more info.

return_request

Whether to return the request without making it. Defaults to FALSE. See request_build for more info on the returned request object.

return_response

Whether to return the response or the response content. Defaults to FALSE (return response content).

Details

Authentication scopes used by this function are:

See Also

Google Documentation


samterfa/gapiAdminSDK documentation built on Dec. 22, 2021, 10:11 p.m.