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

OrganizationsSecurityHealthAnalyticsSettingsCustomModulesPatchOptions

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

Additional options for SecurityCenter#organizationsSecurityHealthAnalyticsSettingsCustomModulesPatch.

interface OrganizationsSecurityHealthAnalyticsSettingsCustomModulesPatchOptions {
updateMask?: string;
}

§Properties

§
updateMask?: string
[src]

The list of fields to be updated. The only fields that can be updated are enablement_state and custom_config. If empty or set to the wildcard value *, both enablement_state and custom_config are updated.