Method: chromeosdevices.update
Aktualizuje możliwe do aktualizacji właściwości urządzenia, np. annotatedUser
, annotatedLocation
, notes
, orgUnitPath
lub annotatedAssetId
.
Żądanie HTTP
PUT https://admin.googleapis.com/admin/directory/v1/customer/{customerId}/devices/chromeos/{deviceId}
Adres URL używa składni transkodowania gRPC.
Parametry ścieżki
Parametry |
customerId |
string
Unikalny identyfikator konta Google Workspace klienta. Jako administrator konta możesz też używać aliasu my_customer do reprezentowania domeny customerId na Twoim koncie. Zasób customerId jest też zwracany w ramach zasobu Użytkownicy.
|
deviceId |
string
Unikalny identyfikator urządzenia. Obiekty deviceId są zwracane w odpowiedzi z metody chromeosdevices.list.
|
Parametry zapytania
Parametry |
projection |
enum (Projection )
Określa, czy odpowiedź zawiera pełną listę właściwości, czy tylko podzbiór.
|
Treść żądania
Treść żądania zawiera wystąpienie elementu ChromeOsDevice
.
Treść odpowiedzi
W przypadku powodzenia treść odpowiedzi obejmuje wystąpienie elementu ChromeOsDevice
.
Zakresy autoryzacji
Wymaga następującego zakresu OAuth:
https://www.googleapis.com/auth/admin.directory.device.chromeos
Więcej informacji znajdziesz w przewodniku na temat autoryzacji.
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-06-27 UTC.
[null,null,["Ostatnia aktualizacja: 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."]]],[]]