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

Role

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

Kubernetes Role or ClusterRole.

interface Role {
kind?: "KIND_UNSPECIFIED" | "ROLE" | "CLUSTER_ROLE";
name?: string;
ns?: string;
}

§Properties

§
kind?: "KIND_UNSPECIFIED" | "ROLE" | "CLUSTER_ROLE"
[src]

Role type.

§
name?: string
[src]

Role name.

§
ns?: string
[src]

Role namespace.