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

GoogleCloudAiplatformV1ApiAuthApiKeyConfig

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

The API secret.

interface GoogleCloudAiplatformV1ApiAuthApiKeyConfig {
apiKeySecretVersion?: string;
apiKeyString?: string;
}

§Properties

§
apiKeySecretVersion?: string
[src]

Required. The SecretManager secret version resource name storing API key. e.g. projects/{project}/secrets/{secret}/versions/{version}

§
apiKeyString?: string
[src]

The API key string. Either this or api_key_secret_version must be set.