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

GooglePrivacyDlpV2CreateDlpJobRequest

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

Request message for CreateDlpJobRequest. Used to initiate long running jobs such as calculating risk metrics or inspecting Google Cloud Storage.

interface GooglePrivacyDlpV2CreateDlpJobRequest {
jobId?: string;
locationId?: string;
}

§Properties

§

An inspection job scans a storage repository for InfoTypes.

§
jobId?: string
[src]

The job id can contain uppercase and lowercase letters, numbers, and hyphens; that is, it must match the regular expression: [a-zA-Z\d-_]+. The maximum length is 100 characters. Can be empty to allow the system to generate one.

§
locationId?: string
[src]

Deprecated. This field has no effect.

§

A risk analysis job calculates re-identification risk metrics for a BigQuery table.