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

ProjectsPoliciesPatchOptions

import type { ProjectsPoliciesPatchOptions } from "https://googleapis.deno.dev/v1/orgpolicy:v2.ts";

Additional options for orgPolicy#projectsPoliciesPatch.

interface ProjectsPoliciesPatchOptions {
updateMask?: string;
}

§Properties

§
updateMask?: string
[src]

Field mask used to specify the fields to be overwritten in the policy by the set. The fields specified in the update_mask are relative to the policy, not the full request.