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

GoogleCloudAiplatformV1AuthConfig

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

Auth configuration to run the extension.

interface GoogleCloudAiplatformV1AuthConfig {
authType?:
| "AUTH_TYPE_UNSPECIFIED"
| "NO_AUTH"
| "API_KEY_AUTH"
| "HTTP_BASIC_AUTH"
| "GOOGLE_SERVICE_ACCOUNT_AUTH"
| "OAUTH"
| "OIDC_AUTH";
}

§Properties

§

Config for API key auth.

§
authType?: "AUTH_TYPE_UNSPECIFIED" | "NO_AUTH" | "API_KEY_AUTH" | "HTTP_BASIC_AUTH" | "GOOGLE_SERVICE_ACCOUNT_AUTH" | "OAUTH" | "OIDC_AUTH"
[src]

Type of auth scheme.

§

Config for Google Service Account auth.

§

Config for HTTP Basic auth.

§

Config for user oauth.

§

Config for user OIDC auth.