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

IapTestServiceAccountInfo

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

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

interface IapTestServiceAccountInfo {
targetAudienceClientId?: string;
}

§Properties

§
targetAudienceClientId?: string
[src]

Required. Describes OAuth2 client id of resources protected by Identity-Aware-Proxy (IAP).