GoogleCloudSecuritycenterV2IssueSecurityContextContext
import type { GoogleCloudSecuritycenterV2IssueSecurityContextContext } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";
Context of a security context.
interface GoogleCloudSecuritycenterV2IssueSecurityContextContext {
type?: string;
values?: string[];
}