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

OrganizationsUpdateAccessApprovalSettingsOptions

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

Additional options for AccessApproval#organizationsUpdateAccessApprovalSettings.

interface OrganizationsUpdateAccessApprovalSettingsOptions {
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.