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

GoogleCloudDatacatalogV1SerializedTaxonomy

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

A nested protocol buffer that represents a taxonomy and the hierarchy of its policy tags. Used for taxonomy replacement, import, and export.

interface GoogleCloudDatacatalogV1SerializedTaxonomy {
activatedPolicyTypes?: "POLICY_TYPE_UNSPECIFIED" | "FINE_GRAINED_ACCESS_CONTROL"[];
description?: string;
displayName?: string;
}

§Properties

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

A list of policy types that are activated per taxonomy.

§
description?: string
[src]

Description of the serialized taxonomy. At most 2000 bytes when encoded in UTF-8. If not set, defaults to an empty description.

§
displayName?: string
[src]

Required. Display name of the taxonomy. At most 200 bytes when encoded in UTF-8.

§

Top level policy tags associated with the taxonomy, if any.