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";
interface GoogleCloudSecuritycenterV2Role {
kind?: "KIND_UNSPECIFIED" | "ROLE" | "CLUSTER_ROLE";
name?: string;
ns?: string;
}

§Properties

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