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

GoogleCloudSecuritycenterV2Binding

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

Represents a Kubernetes RoleBinding or ClusterRoleBinding.

interface GoogleCloudSecuritycenterV2Binding {
name?: string;
ns?: string;
}

§Properties

§
name?: string
[src]

Name for the binding.

§
ns?: string
[src]

Namespace for the binding.

§

The Role or ClusterRole referenced by the binding.

§

Represents one or more subjects that are bound to the role. Not always available for PATCH requests.