GoogleChromePolicyVersionsV1BatchModifyGroupPoliciesRequest
import type { GoogleChromePolicyVersionsV1BatchModifyGroupPoliciesRequest } from "https://googleapis.deno.dev/v1/chromepolicy:v1.ts";Request message for modifying multiple policy values for a specific group-based target.
interface GoogleChromePolicyVersionsV1BatchModifyGroupPoliciesRequest {
requests?: GoogleChromePolicyVersionsV1ModifyGroupPolicyRequest[];
}§Properties
§
List of policies to modify as defined by the requests. All requests in
the list must follow these restrictions: 1. All schemas in the list must
have the same root namespace. 2. All policyTargetKey.targetResource
values must point to a group resource. 3. All policyTargetKey values must
have the same app_id key name in the additionalTargetKeys. 4. No two
modification requests can reference the same policySchema + policyTargetKey pair.