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;
relatedResources?: GooglePrivacyDlpV2RelatedResource[];
resourceLabels?: {
[key: string]: string;
}
;
resourceVisibility?:
| "RESOURCE_VISIBILITY_UNSPECIFIED"
| "RESOURCE_VISIBILITY_PUBLIC"
| "RESOURCE_VISIBILITY_INCONCLUSIVE"
| "RESOURCE_VISIBILITY_RESTRICTED";
rowCount?: bigint;
sampleFindingsTable?: GooglePrivacyDlpV2BigQueryTable;
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.

§

Domains associated with the profile.

§
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]

The Cloud Asset Inventory resource that was profiled in order to generate this TableDataProfile. https://cloud.google.com/apis/design/resource_names#full_resource_name

§
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 of the project data profile for this table.

§

Resources related to this profile.

§
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_INCONCLUSIVE" | "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.

§

The BigQuery table to which the sample findings are written.

§
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. This will always be set to DONE when the table data profile is written to another service like BigQuery or Pub/Sub.

§
tableId?: string
[src]

The table ID.

§
tableSizeBytes?: bigint
[src]

The size of the table when the profile was generated.

§

The tags attached to the table, including any tags attached during profiling. Because tags are attached to Cloud SQL instances rather than Cloud SQL tables, this field is empty for Cloud SQL table profiles.