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

GoogleCloudConnectorsV1ConfigVariable

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

ConfigVariable represents a configuration variable present in a Connection. or AuthConfig.

interface GoogleCloudConnectorsV1ConfigVariable {
boolValue?: boolean;
intValue?: bigint;
key?: string;
stringValue?: string;
}

§Properties

§
boolValue?: boolean
[src]

Value is a bool.

§

Value is a Encryption Key.

§
intValue?: bigint
[src]

Value is an integer

§
key?: string
[src]

Key of the config variable.

§

Value is a secret.

§
stringValue?: string
[src]

Value is a string.