Method: chromeosdevices.update
Memperbarui properti perangkat yang dapat diperbarui, seperti annotatedUser
, annotatedLocation
, notes
, orgUnitPath
, atau annotatedAssetId
.
Permintaan HTTP
PUT https://admin.googleapis.com/admin/directory/v1/customer/{customerId}/devices/chromeos/{deviceId}
URL menggunakan sintaksis gRPC Transcoding.
Parameter jalur
Parameter |
customerId |
string
ID unik untuk akun Google Workspace pelanggan. Sebagai administrator akun, Anda juga dapat menggunakan alias my_customer untuk mewakili customerId akun Anda. customerId juga ditampilkan sebagai bagian dari Resource pengguna.
|
deviceId |
string
ID unik perangkat. deviceId ditampilkan sebagai respons dari metode chromeosdevices.list.
|
Parameter kueri
Parameter |
projection |
enum (Projection )
Menentukan apakah respons berisi daftar lengkap properti atau hanya sebagian.
|
Isi permintaan
Isi permintaan memuat instance ChromeOsDevice
.
Isi respons
Jika berhasil, isi respons akan berisi instance ChromeOsDevice
.
Cakupan otorisasi
Memerlukan cakupan OAuth berikut ini:
https://www.googleapis.com/auth/admin.directory.device.chromeos
Untuk informasi selengkapnya, lihat Panduan otorisasi.
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2024-06-27 UTC.
[null,null,["Terakhir diperbarui pada 2024-06-27 UTC."],[[["This API endpoint updates specific properties of a ChromeOS device, such as user, location, notes, organizational unit, or asset ID."],["The request must target a specific customer and device, identified by their respective IDs, using a PUT request to the provided URL."],["You can customize the response to include a full or partial list of properties using the `projection` query parameter."],["To utilize this endpoint, the request must be authorized with the `https://www.googleapis.com/auth/admin.directory.device.chromeos` scope."],["Both the request and successful response bodies contain a ChromeOsDevice object with the device's information."]]],[]]