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

ProjectsUpdateAccessApprovalSettingsOptions

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

Additional options for AccessApproval#projectsUpdateAccessApprovalSettings.

interface ProjectsUpdateAccessApprovalSettingsOptions {
updateMask?: string;
}

§Properties

§
updateMask?: string
[src]

The update mask applies to the settings. Only the top level fields of AccessApprovalSettings (notification_emails & enrolled_services) are supported. For each field, if it is included, the currently stored value will be entirely overwritten with the value of the field passed in this request. For the FieldMask definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask If this field is left unset, only the notification_emails field will be updated.