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

GoogleCloudIntegrationsV1alphaServiceAccountCredentials

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

Represents the service account which can be used to generate access token for authenticating the service call.

interface GoogleCloudIntegrationsV1alphaServiceAccountCredentials {
scope?: string;
serviceAccount?: string;
}

§Properties

§
scope?: string
[src]

A space-delimited list of requested scope permissions.

§
serviceAccount?: string
[src]

Name of the service account that has the permission to make the request.