To modify multiple policies at the same time, you can batch requests with
batchModify.
Requests can only be batched together if the meet all the following criteria:
Refer to the same target resource (Organizational Unit)
Share the same namespace (schemas differ only on the leaf).
Example: You can batch chrome.devices.A and chrome.devices.B, but not
chrome.devices.A and chrome.devices.managedGuest.B.
If schemas are keyed, the same keys must be present, but can have different values.
Example: You can modify settings of different printers in the same
Organizational Unit.
[null,null,["Last updated 2024-10-16 UTC."],[[["The `batchModify` request allows for modifying multiple policies within a single Organizational Unit simultaneously, streamlining policy management."],["To 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)."],["Batching requests is recommended to minimize server load and stay within usage limits."]]],[]]