با مجموعهها، منظم بمانید
ذخیره و دستهبندی محتوا براساس اولویتهای شما.
خط مشی دستگاه را به روز می کند.
برای اطمینان از اجرای صحیح این خطمشی، باید با تنظیم allowed_accounts در پیکربندی مدیریتشده برای بسته Google Play، از دسترسی حسابهای مدیریتنشده به Google Play جلوگیری کنید. محدود کردن حسابها را در Google Play ببینید.
درخواست کنید
درخواست HTTP
PUT https://www.googleapis.com/androidenterprise/v1/enterprises/enterpriseId/users/userId/devices/deviceId
پارامترها
نام پارامتر
ارزش
توضیحات
پارامترهای مسیر
deviceId
string
شناسه دستگاه.
enterpriseId
string
شناسه شرکت
userId
string
شناسه کاربر
پارامترهای پرس و جو اختیاری
updateMask
string
ماسکی که مشخص می کند کدام فیلدها باید به روز شوند. اگر تنظیم نشود، تمام فیلدهای قابل تغییر اصلاح خواهند شد.
هنگامی که در یک پارامتر query تنظیم می شود، این فیلد باید به صورت updateMask=<field1>,<field2>,... مشخص شود.
تاریخ آخرین بهروزرسانی 2024-11-13 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","easyToUnderstand","thumb-up"],["مشکلم را برطرف کرد","solvedMyProblem","thumb-up"],["غیره","otherUp","thumb-up"]],[["اطلاعاتی که نیاز دارم وجود ندارد","missingTheInformationINeed","thumb-down"],["بیشازحد پیچیده/ مراحل بسیار زیاد","tooComplicatedTooManySteps","thumb-down"],["قدیمی","outOfDate","thumb-down"],["مشکل ترجمه","translationIssue","thumb-down"],["مشکل کد / نمونهها","samplesCodeIssue","thumb-down"],["غیره","otherDown","thumb-down"]],["تاریخ آخرین بهروزرسانی 2024-11-13 بهوقت ساعت هماهنگ جهانی."],[[["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."]]],[]]