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

GoogleCloudSecuritycenterV2Role

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

Kubernetes Role or ClusterRole.

interface GoogleCloudSecuritycenterV2Role {
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.