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

GoogleCloudSecuritycenterV2Subject

import type { GoogleCloudSecuritycenterV2Subject } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";
interface GoogleCloudSecuritycenterV2Subject {
kind?:
| "AUTH_TYPE_UNSPECIFIED"
| "USER"
| "SERVICEACCOUNT"
| "GROUP";
name?: string;
ns?: string;
}

§Properties

§
kind?: "AUTH_TYPE_UNSPECIFIED" | "USER" | "SERVICEACCOUNT" | "GROUP"
[src]
§
name?: string
[src]
§
ns?: string
[src]