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

OrganizationsLocationsPosturesDeleteOptions

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

Additional options for SecurityPosture#organizationsLocationsPosturesDelete.

interface OrganizationsLocationsPosturesDeleteOptions {
etag?: string;
}

§Properties

§
etag?: string
[src]

Optional. An opaque identifier for the current version of the posture. If you provide this value, then it must match the existing value. If the values don't match, then the request fails with an ABORTED error. If you omit this value, then the posture is deleted regardless of its current etag value.