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

GooglePrivacyDlpV2TableDataProfile

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

The profile for a scanned table.

interface GooglePrivacyDlpV2TableDataProfile {
createTime?: Date;
datasetId?: string;
datasetLocation?: string;
datasetProjectId?: string;
encryptionStatus?: "ENCRYPTION_STATUS_UNSPECIFIED" | "ENCRYPTION_GOOGLE_MANAGED" | "ENCRYPTION_CUSTOMER_MANAGED";
expirationTime?: Date;
failedColumnCount?: bigint;
fullResource?: string;
lastModifiedTime?: Date;
name?: string;
predictedInfoTypes?: GooglePrivacyDlpV2InfoTypeSummary[];
profileLastGenerated?: Date;
projectDataProfile?: string;
resourceLabels?: {
[key: string]: string;
}
;
resourceVisibility?: "RESOURCE_VISIBILITY_UNSPECIFIED" | "RESOURCE_VISIBILITY_PUBLIC" | "RESOURCE_VISIBILITY_RESTRICTED";
rowCount?: bigint;
scannedColumnCount?: bigint;
state?: "STATE_UNSPECIFIED" | "RUNNING" | "DONE";
tableId?: string;
tableSizeBytes?: bigint;
}

§Properties

§

The snapshot of the configurations used to generate the profile.

§
createTime?: Date
[src]

The time at which the table was created.

§

The data risk level of this table.

§
datasetId?: string
[src]

If the resource is BigQuery, the dataset ID.

§
datasetLocation?: string
[src]

If supported, the location where the dataset's data is stored. See https://cloud.google.com/bigquery/docs/locations for supported locations.

§
datasetProjectId?: string
[src]

The Google Cloud project ID that owns the resource.

§

The resource type that was profiled.

§
encryptionStatus?: "ENCRYPTION_STATUS_UNSPECIFIED" | "ENCRYPTION_GOOGLE_MANAGED" | "ENCRYPTION_CUSTOMER_MANAGED"
[src]

How the table is encrypted.

§
expirationTime?: Date
[src]

Optional. The time when this table expires.

§
failedColumnCount?: bigint
[src]

The number of columns skipped in the table because of an error.

§
fullResource?: string
[src]
§
lastModifiedTime?: Date
[src]

The time when this table was last modified

§
name?: string
[src]

The name of the profile.

§

Other infoTypes found in this table's data.

§

The infoTypes predicted from this table's data.

§
profileLastGenerated?: Date
[src]

The last time the profile was generated.

§

Success or error status from the most recent profile generation attempt. May be empty if the profile is still being generated.

§
projectDataProfile?: string
[src]

The resource name to the project data profile for this table.

§
resourceLabels?: {
[key: string]: string;
}
[src]

The labels applied to the resource at the time the profile was generated.

§
resourceVisibility?: "RESOURCE_VISIBILITY_UNSPECIFIED" | "RESOURCE_VISIBILITY_PUBLIC" | "RESOURCE_VISIBILITY_RESTRICTED"
[src]

How broadly a resource has been shared.

§
rowCount?: bigint
[src]

Number of rows in the table when the profile was generated. This will not be populated for BigLake tables.

§
scannedColumnCount?: bigint
[src]

The number of columns profiled in the table.

§

The sensitivity score of this table.

§
state?: "STATE_UNSPECIFIED" | "RUNNING" | "DONE"
[src]

State of a profile.

§
tableId?: string
[src]

If the resource is BigQuery, the BigQuery table ID.

§
tableSizeBytes?: bigint
[src]

The size of the table when the profile was generated.