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

GooglePrivacyDlpV2Connection

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

A data connection to allow DLP to profile data in locations that require additional configuration.

interface GooglePrivacyDlpV2Connection {
readonly errors?: GooglePrivacyDlpV2Error[];
readonly name?: string;
state?:
| "CONNECTION_STATE_UNSPECIFIED"
| "MISSING_CREDENTIALS"
| "AVAILABLE"
| "ERROR";
}

§Properties

§

Connect to a Cloud SQL instance.

§
readonly errors?: GooglePrivacyDlpV2Error[]
[src]

Output only. Set if status == ERROR, to provide additional details. Will store the last 10 errors sorted with the most recent first.

§
readonly name?: string
[src]

Output only. Name of the connection: projects/{project}/locations/{location}/connections/{name}.

§
state?: "CONNECTION_STATE_UNSPECIFIED" | "MISSING_CREDENTIALS" | "AVAILABLE" | "ERROR"
[src]

Required. The connection's state in its lifecycle.