BigQueryDestination
import type { BigQueryDestination } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";
The destination big query dataset to export findings to.
interface BigQueryDestination {
dataset?: string;
}import type { BigQueryDestination } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";
The destination big query dataset to export findings to.