Method: chromeosdevices.update
อัปเดตพร็อพเพอร์ตี้ที่อัปเดตได้ของอุปกรณ์ เช่น annotatedUser
, annotatedLocation
, notes
, orgUnitPath
หรือ annotatedAssetId
คำขอ HTTP
PUT https://admin.googleapis.com/admin/directory/v1/customer/{customerId}/devices/chromeos/{deviceId}
URL ใช้ไวยากรณ์การแปลง gRPC
พารามิเตอร์เส้นทาง
พารามิเตอร์ |
customerId |
string
รหัสที่ไม่ซ้ำกันสำหรับบัญชี Google Workspace ของลูกค้า ในฐานะผู้ดูแลระบบบัญชี คุณใช้ชื่อแทน my_customer เพื่อแสดง customerId ของบัญชีได้ด้วย ระบบจะแสดงผล customerId เป็นส่วนหนึ่งของทรัพยากรของผู้ใช้ด้วย
|
deviceId |
string
รหัสที่ไม่ซ้ำกันของอุปกรณ์ deviceId จะแสดงผลในการตอบสนองจากเมธอด chromeosdevices.list
|
พารามิเตอร์การค้นหา
พารามิเตอร์ |
projection |
enum (Projection )
พิจารณาว่าการตอบกลับมีรายการพร็อพเพอร์ตี้ทั้งหมดหรือเฉพาะชุดย่อย
|
เนื้อหาของคำขอ
เนื้อความของคำขอมีอินสแตนซ์ของ ChromeOsDevice
เนื้อหาการตอบกลับ
หากทำสำเร็จ เนื้อหาการตอบกลับจะมีอินสแตนซ์ ChromeOsDevice
ขอบเขตการให้สิทธิ์
ต้องใช้ขอบเขต OAuth ต่อไปนี้
https://www.googleapis.com/auth/admin.directory.device.chromeos
สำหรับข้อมูลเพิ่มเติม โปรดดูที่คู่มือการให้สิทธิ์
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-06-27 UTC
[null,null,["อัปเดตล่าสุด 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."]]],[]]