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

DataPolicy

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

Represents the label-policy binding.

interface DataPolicy {
dataMaskingPolicy?: DataMaskingPolicy;
dataPolicyId?: string;
dataPolicyType?: "DATA_POLICY_TYPE_UNSPECIFIED" | "COLUMN_LEVEL_SECURITY_POLICY" | "DATA_MASKING_POLICY";
readonly name?: string;
policyTag?: string;
}

§Properties

§
dataMaskingPolicy?: DataMaskingPolicy
[src]

The data masking policy that specifies the data masking rule to use.

§
dataPolicyId?: string
[src]

User-assigned (human readable) ID of the data policy that needs to be unique within a project. Used as {data_policy_id} in part of the resource name.

§
dataPolicyType?: "DATA_POLICY_TYPE_UNSPECIFIED" | "COLUMN_LEVEL_SECURITY_POLICY" | "DATA_MASKING_POLICY"
[src]

Type of data policy.

§
readonly name?: string
[src]

Output only. Resource name of this data policy, in the format of projects/{project_number}/locations/{location_id}/dataPolicies/{data_policy_id}.

§
policyTag?: string
[src]

Policy tag resource name, in the format of projects/{project_number}/locations/{location_id}/taxonomies/{taxonomy_id}/policyTags/{policyTag_id}.