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
מידע נוסף זמין במדריך להרשאות.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 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."]]],[]]