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

OrganizationsLocationsPostureDeploymentsDeleteOptions

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

Additional options for SecurityPosture#organizationsLocationsPostureDeploymentsDelete.

interface OrganizationsLocationsPostureDeploymentsDeleteOptions {
etag?: string;
}

§Properties

§
etag?: string
[src]

Optional. An opaque identifier for the current version of the posture deployment. 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 deployment is deleted regardless of its current etag value.