OrganizationsLocationsPosturesPatchOptions
import type { OrganizationsLocationsPosturesPatchOptions } from "https://googleapis.deno.dev/v1/securityposture:v1.ts";
Additional options for SecurityPosture#organizationsLocationsPosturesPatch.
interface OrganizationsLocationsPosturesPatchOptions {
revisionId?: string;
updateMask?: string;
}