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

GoogleCloudApihubV1GoogleServiceAccountConfig

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

Config for Google service account authentication.

interface GoogleCloudApihubV1GoogleServiceAccountConfig {
serviceAccount?: string;
}

§Properties

§
serviceAccount?: string
[src]

Required. The service account to be used for authenticating request. The iam.serviceAccounts.getAccessToken permission should be granted on this service account to the impersonator service account.