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

GoogleCloudSecuritycenterV2IssueSecurityContextContext

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

Context of a security context.

interface GoogleCloudSecuritycenterV2IssueSecurityContextContext {
type?: string;
values?: string[];
}

§Properties

§
type?: string
[src]

Context type.

§
values?: string[]
[src]

Context values.