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

GoogleCloudDatacatalogV1Taxonomy

import type { GoogleCloudDatacatalogV1Taxonomy } from "https://googleapis.deno.dev/v1/datacatalog:v1.ts";

A taxonomy is a collection of hierarchical policy tags that classify data along a common axis. For example, a "data sensitivity" taxonomy might contain the following policy tags: + PII + Account number + Age + SSN + Zipcode + Financials + Revenue A "data origin" taxonomy might contain the following policy tags: + User data + Employee data + Partner data + Public data

interface GoogleCloudDatacatalogV1Taxonomy {
activatedPolicyTypes?: "POLICY_TYPE_UNSPECIFIED" | "FINE_GRAINED_ACCESS_CONTROL"[];
description?: string;
displayName?: string;
name?: string;
readonly policyTagCount?: number;
readonly taxonomyTimestamps?: GoogleCloudDatacatalogV1SystemTimestamps;
}

§Properties

§
activatedPolicyTypes?: "POLICY_TYPE_UNSPECIFIED" | "FINE_GRAINED_ACCESS_CONTROL"[]
[src]

Optional. A list of policy types that are activated for this taxonomy. If not set, defaults to an empty list.

§
description?: string
[src]

Optional. Description of this taxonomy. If not set, defaults to empty. The description must contain only Unicode characters, tabs, newlines, carriage returns, and page breaks, and be at most 2000 bytes long when encoded in UTF-8.

§
displayName?: string
[src]

Required. User-defined name of this taxonomy. The name can't start or end with spaces, must contain only Unicode letters, numbers, underscores, dashes, and spaces, and be at most 200 bytes long when encoded in UTF-8. The taxonomy display name must be unique within an organization.

§
name?: string
[src]

Identifier. Resource name of this taxonomy in URL format. Note: Policy tag manager generates unique taxonomy IDs.

§
readonly policyTagCount?: number
[src]

Output only. Number of policy tags in this taxonomy.

§

Output only. Identity of the service which owns the Taxonomy. This field is only populated when the taxonomy is created by a Google Cloud service. Currently only 'DATAPLEX' is supported.

§
readonly taxonomyTimestamps?: GoogleCloudDatacatalogV1SystemTimestamps
[src]

Output only. Creation and modification timestamps of this taxonomy.