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";
}