সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
ডিভাইস নীতি আপডেট করে।
নীতিটি সঠিকভাবে প্রয়োগ করা হয়েছে তা নিশ্চিত করতে, আপনাকে Google Play প্যাকেজের জন্য পরিচালিত কনফিগারেশনে allowed_accounts সেট করে 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
কোন ক্ষেত্র আপডেট করতে হবে তা চিহ্নিত করে মাস্ক। যদি সেট না করা হয়, সব পরিবর্তনযোগ্য ক্ষেত্র পরিবর্তন করা হবে।
একটি ক্যোয়ারী প্যারামিটারে সেট করা হলে, এই ক্ষেত্রটিকে updateMask=<field1>,<field2>,... হিসাবে নির্দিষ্ট করা উচিত।
অনুমোদন
এই অনুরোধের জন্য নিম্নলিখিত সুযোগের সাথে অনুমোদন প্রয়োজন:
[[["সহজে বোঝা যায়","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 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."]]],[]]