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

GoogleCloudAiplatformV1DeployedIndexAuthConfigAuthProvider

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

Configuration for an authentication provider, including support for JSON Web Token (JWT).

interface GoogleCloudAiplatformV1DeployedIndexAuthConfigAuthProvider {
allowedIssuers?: string[];
audiences?: string[];
}

§Properties

§
allowedIssuers?: string[]
[src]

A list of allowed JWT issuers. Each entry must be a valid Google service account, in the following format: service-account-name@project-id.iam.gserviceaccount.com

§
audiences?: string[]
[src]

The list of JWT audiences. that are allowed to access. A JWT containing any of these audiences will be accepted.