সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
একই সময়ে একাধিক নীতি পরিবর্তন করতে, আপনি batchModify সাথে অনুরোধগুলি ব্যাচ করতে পারেন। অনুরোধগুলি শুধুমাত্র একসাথে ব্যাচ করা যেতে পারে যদি নিম্নলিখিত সমস্ত মানদণ্ড পূরণ করে:
একই টার্গেট রিসোর্স দেখুন (সাংগঠনিক ইউনিট)
একই নেমস্পেস শেয়ার করুন (স্কিমাস শুধুমাত্র পাতায় আলাদা)।
উদাহরণ: আপনি chrome.devices.A এবং chrome.devices.B ব্যাচ করতে পারেন, কিন্তু chrome.devices.A এবং chrome.devices.managedGuest.B নয়৷
যদি স্কিমাগুলি কী করা হয়, একই কীগুলি অবশ্যই উপস্থিত থাকতে হবে, তবে বিভিন্ন মান থাকতে পারে।
উদাহরণ: আপনি একই সাংগঠনিক ইউনিটে বিভিন্ন প্রিন্টারের সেটিংস পরিবর্তন করতে পারেন।
[null,null,["2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eThe \u003ccode\u003ebatchModify\u003c/code\u003e request allows for modifying multiple policies within a single Organizational Unit simultaneously, streamlining policy management.\u003c/p\u003e\n"],["\u003cp\u003eTo be batched together, requests must share the same target resource, namespace (with schema differences only on the leaf), and, if keyed, the same keys (though values can differ).\u003c/p\u003e\n"],["\u003cp\u003eBatching requests is recommended to minimize server load and stay within usage limits.\u003c/p\u003e\n"]]],[],null,["# Batch update policies\n\nTo modify multiple policies at the same time, you can batch requests with\n[`batchModify`](/chrome/policy/reference/rest/v1/customers.policies.orgunits/batchModify).\nRequests can only be batched together if the meet all the following criteria:\n\n1. Refer to the same target resource (Organizational Unit)\n2. Share the same namespace (schemas differ only on the leaf).\n\n **Example:** You can batch `chrome.devices.A` and `chrome.devices.B`, but not\n `chrome.devices.A` and `chrome.devices.managedGuest.B`.\n3. If schemas are keyed, the same keys must be present, but can have different values.\n\n **Example:** You can modify settings of different printers in the same\n Organizational Unit.\n\n| **Note:** Modifying multiple policies at once in a single [`batchModify`](/chrome/policy/reference/rest/v1/customers.policies.orgunits/batchModify) request is recommended to reduce the number of requests to the server. Learn more about [Usage limits](/chrome/policy/guides/overview#usage_limits)."]]