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

VmwareAdminAuthorizationConfig

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

VmwareAdminAuthorizationConfig represents configuration for admin cluster authorization.

interface VmwareAdminAuthorizationConfig {
viewerUsers?: ClusterUser[];
}

§Properties

§
viewerUsers?: ClusterUser[]
[src]

For VMware admin clusters, users will be granted the cluster-viewer role on the cluster.