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

GoogleCloudSecuritycenterV1Binding

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

Represents a Kubernetes RoleBinding or ClusterRoleBinding.

interface GoogleCloudSecuritycenterV1Binding {
name?: string;
ns?: string;
role?: Role;
subjects?: Subject[];
}

§Properties

§
name?: string
[src]

Name for the binding.

§
ns?: string
[src]

Namespace for the binding.

§
role?: Role
[src]

The Role or ClusterRole referenced by the binding.

§
subjects?: Subject[]
[src]

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