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

GoogleCloudDatacatalogV1SerializedPolicyTag

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

A nested protocol buffer that represents a policy tag and all its descendants.

interface GoogleCloudDatacatalogV1SerializedPolicyTag {
description?: string;
displayName?: string;
policyTag?: string;
}

§Properties

§

Children of the policy tag, if any.

§
description?: string
[src]

Description of the serialized policy tag. 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 policy tag. At most 200 bytes when encoded in UTF-8.

§
policyTag?: string
[src]

Resource name of the policy tag. This field is ignored when calling ImportTaxonomies.