Method: chromeosdevices.update
デバイスの更新可能なプロパティ(annotatedUser
、annotatedLocation
、notes
、orgUnitPath
、annotatedAssetId
など)を更新します。
HTTP リクエスト
PUT https://admin.googleapis.com/admin/directory/v1/customer/{customerId}/devices/chromeos/{deviceId}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
customerId |
string
お客様の Google Workspace アカウントの一意の ID。アカウント管理者は、my_customer エイリアスを使用してアカウントの customerId を表すこともできます。customerId も Users リソースの一部として返されます。
|
deviceId |
string
デバイスの一意の ID。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."]]],[]]