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

RestrictedExportPolicy

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

Restricted export policy used to configure restricted export on linked dataset.

interface RestrictedExportPolicy {
enabled?: boolean;
restrictDirectTableAccess?: boolean;
restrictQueryResult?: boolean;
}

§Properties

§
enabled?: boolean
[src]

Optional. If true, enable restricted export.

§
restrictDirectTableAccess?: boolean
[src]

Optional. If true, restrict direct table access (read api/tabledata.list) on linked table.

§
restrictQueryResult?: boolean
[src]

Optional. If true, restrict export of query result derived from restricted linked dataset table.