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

RestrictedExportConfig

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

Restricted export config, used to configure restricted export on linked dataset.

interface RestrictedExportConfig {
enabled?: boolean;
readonly restrictDirectTableAccess?: boolean;
restrictQueryResult?: boolean;
}

§Properties

§
enabled?: boolean
[src]

Optional. If true, enable restricted export.

§
readonly restrictDirectTableAccess?: boolean
[src]

Output only. 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.