Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleChromePolicyVersionsV1ModifyOrgUnitPolicyRequest

import type { GoogleChromePolicyVersionsV1ModifyOrgUnitPolicyRequest } from "https://googleapis.deno.dev/v1/chromepolicy:v1.ts";

Request parameters for modifying a policy value for a specific org unit target.

interface GoogleChromePolicyVersionsV1ModifyOrgUnitPolicyRequest {
updateMask?: string;
}

§Properties

§

Required. The key of the target for which we want to modify a policy. The target resource must point to an Org Unit.

§

The new value for the policy.

§
updateMask?: string
[src]

Required. Policy fields to update. Only fields in this mask will be updated; other fields in policy_value will be ignored (even if they have values). If a field is in this list it must have a value in 'policy_value'.