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

IapCredential

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

Describes authentication configuration for Identity-Aware-Proxy (IAP).

interface IapCredential {
iapTestServiceAccountInfo?: IapTestServiceAccountInfo;
}

§Properties

§
iapTestServiceAccountInfo?: IapTestServiceAccountInfo
[src]

Authentication configuration when Web-Security-Scanner service account is added in Identity-Aware-Proxy (IAP) access policies.