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

FoldersSourcesFindingsPatchOptions

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

Additional options for SecurityCenter#foldersSourcesFindingsPatch.

interface FoldersSourcesFindingsPatchOptions {
updateMask?: string;
}

§Properties

§
updateMask?: string
[src]

The FieldMask to use when updating the finding resource. This field should not be specified when creating a finding. When updating a finding, an empty mask is treated as updating all mutable fields and replacing source_properties. Individual source_properties can be added/updated by using "source_properties." in the field mask.