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

OrganizationsLocationsPosturesPatchOptions

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

Additional options for SecurityPosture#organizationsLocationsPosturesPatch.

interface OrganizationsLocationsPosturesPatchOptions {
revisionId?: string;
updateMask?: string;
}

§Properties

§
revisionId?: string
[src]

Required. The revision ID of the posture to update. If the posture revision that you update is currently deployed, then a new revision of the posture is created.

§
updateMask?: string
[src]

Required. The fields in the Posture to update. You can update only the following fields: * Posture.description * Posture.policy_sets * Posture.state