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

SharingEnvironmentConfig

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

Sharing environment is a behavior model for sharing data within a data exchange. This option is configurable for a data exchange.

interface SharingEnvironmentConfig {
dcrExchangeConfig?: DcrExchangeConfig;
defaultExchangeConfig?: DefaultExchangeConfig;
}

§Properties

§
dcrExchangeConfig?: DcrExchangeConfig
[src]

Data Clean Room (DCR), used for privacy-safe and secured data sharing.

§
defaultExchangeConfig?: DefaultExchangeConfig
[src]

Default Analytics Hub data exchange, used for secured data sharing.