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

IdentityConfig

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

Identity related configuration, including service account based secure multi-tenancy user mappings.

interface IdentityConfig {
userServiceAccountMapping?: {
[key: string]: string;
}
;
}

§Properties

§
userServiceAccountMapping?: {
[key: string]: string;
}
[src]

Required. Map of user to service account.