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

OrganizationsGcpUserAccessBindingsPatchOptions

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

Additional options for AccessContextManager#organizationsGcpUserAccessBindingsPatch.

interface OrganizationsGcpUserAccessBindingsPatchOptions {
updateMask?: string;
}

§Properties

§
updateMask?: string
[src]

Required. Only the fields specified in this mask are updated. Because name and group_key cannot be changed, update_mask is required and may only contain the following fields: access_levels, dry_run_access_levels. update_mask { paths: "access_levels" }