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

Authorization

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

Authorization defines the On-Prem cluster authorization configuration to bootstrap onto the admin cluster.

interface Authorization {
adminUsers?: ClusterUser[];
}

§Properties

§
adminUsers?: ClusterUser[]
[src]

For VMware and bare metal user clusters, users will be granted the cluster-admin role on the cluster, which provides full administrative access to the cluster. For bare metal admin clusters, users will be granted the cluster-view role, which limits users to read-only access.