ExternalDataSources
import type { ExternalDataSources } from "https://googleapis.deno.dev/v1/workloadmanager:v1.ts";External data sources for an execution.
interface ExternalDataSources {
assetType?: string;
name?: string;
type?: "TYPE_UNSPECIFIED" | "BIG_QUERY_TABLE";
uri?: string;
}§Properties
§
assetType?: string
[src]Required. The asset type of the external data source. This can be a supported Cloud Asset Inventory asset type (see https://cloud.google.com/asset-inventory/docs/supported-asset-types) to override the default asset type, or it can be a custom type defined by the user.