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

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";
}

§Properties

§
plaintext?: string
[src]

Input only. Secret as plaintext.

§
readonly secretType?: "SECRET_TYPE_UNSPECIFIED" | "PLAINTEXT"
[src]

Output only. Indicates type of secret. Can be used to check type of stored secret value even if it's INPUT_ONLY.