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

SecurityConfig

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

Security related configuration, including encryption, Kerberos, etc.

interface SecurityConfig {
identityConfig?: IdentityConfig;
kerberosConfig?: KerberosConfig;
}

§Properties

§
identityConfig?: IdentityConfig
[src]

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

§
kerberosConfig?: KerberosConfig
[src]

Optional. Kerberos related configuration.