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

GooglePrivacyDlpV2TransformationLocation

import type { GooglePrivacyDlpV2TransformationLocation } from "https://googleapis.deno.dev/v1/dlp:v2.ts";

Specifies the location of a transformation.

interface GooglePrivacyDlpV2TransformationLocation {
containerType?:
| "TRANSFORM_UNKNOWN_CONTAINER"
| "TRANSFORM_BODY"
| "TRANSFORM_METADATA"
| "TRANSFORM_TABLE";
findingId?: string;
}

§Properties

§
containerType?: "TRANSFORM_UNKNOWN_CONTAINER" | "TRANSFORM_BODY" | "TRANSFORM_METADATA" | "TRANSFORM_TABLE"
[src]

Information about the functionality of the container where this finding occurred, if available.

§
findingId?: string
[src]

For infotype transformations, link to the corresponding findings ID so that location information does not need to be duplicated. Each findings ID correlates to an entry in the findings output table, this table only gets created when users specify to save findings (add the save findings action to the request).

§

For record transformations, provide a field and container information.