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

AuthenticationConfig

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

Authentication configuration for a workload is used to set the default identity for the workload execution. The config specifies the type of identity (service account or user) that will be used by workloads to access resources on the project(s).

interface AuthenticationConfig {
userWorkloadAuthenticationType?: "AUTHENTICATION_TYPE_UNSPECIFIED" | "SERVICE_ACCOUNT" | "END_USER_CREDENTIALS";
}

§Properties

§
userWorkloadAuthenticationType?: "AUTHENTICATION_TYPE_UNSPECIFIED" | "SERVICE_ACCOUNT" | "END_USER_CREDENTIALS"
[src]

Optional. Authentication type for the user workload running in containers.