Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Cập nhật chính sách thiết bị.
Để đảm bảo chính sách này được thực thi đúng cách, bạn cần ngăn chặn các tệp không được quản lý
tài khoản truy cập Google Play bằng cách đặt
allowed_accounts trong cấu hình được quản lý của Google
Gói Play. Xem phần hạn chế
trong Google Play.
Yêu cầu
Yêu cầu HTTP
PUT https://www.googleapis.com/androidenterprise/v1/enterprises/enterpriseId/users/userId/devices/deviceId
Thông số
Tên thông số
Giá trị
Mô tả
Tham số đường dẫn
deviceId
string
Mã thiết bị.
enterpriseId
string
Mã nhận dạng của doanh nghiệp.
userId
string
Mã của người dùng.
Tham số truy vấn không bắt buộc
updateMask
string
Mặt nạ xác định những trường cần cập nhật. Nếu bạn không đặt chính sách này, tất cả các mục có thể sửa đổi
các trường sẽ được sửa đổi.
Khi được đặt trong tham số truy vấn, trường này phải được chỉ định là
updateMask=<field1>,<field2>,...
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2024-10-14 UTC."],[[["This operation updates a device's policy, requiring authorization with the `https://www.googleapis.com/auth/androidenterprise` scope."],["To enforce the policy effectively, it's crucial to restrict unmanaged accounts from accessing Google Play by configuring `allowed_accounts` in the managed configuration for the Google Play package."],["You can specify which fields to update using the `updateMask` query parameter, otherwise all modifiable fields will be changed."],["The request utilizes a PUT method and targets a specific URL structure including enterprise ID, user ID, and device ID."],["A successful operation returns a `Devices` resource, reflecting the updated device policy information."]]],[]]