ConnectorConfigurationSecret
import type { ConnectorConfigurationSecret } from "https://googleapis.deno.dev/v1/bigqueryconnection:v1.ts";Secret value parameter.
interface ConnectorConfigurationSecret {
plaintext?: string;
readonly secretType?: "SECRET_TYPE_UNSPECIFIED" | "PLAINTEXT";
}