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

CsmSettings

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

Configuration for RCToken generated for service mesh workloads protected by IAP. RCToken are IAP generated JWTs that can be verified at the application. The RCToken is primarily used for service mesh deployments, and can be scoped to a single mesh by configuring the audience field accordingly.

interface CsmSettings {
rctokenAud?: string;
}

§Properties

§
rctokenAud?: string
[src]

Audience claim set in the generated RCToken. This value is not validated by IAP.