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

GooglePrivacyDlpV2TagValue

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

A value of a tag.

interface GooglePrivacyDlpV2TagValue {
namespacedValue?: string;
}

§Properties

§
namespacedValue?: string
[src]

The namespaced name for the tag value to attach to resources. Must be in the format {parent_id}/{tag_key_short_name}/{short_name}, for example, "123456/environment/prod".