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

GoogleCloudSecuritycenterV2SecurityMarks

import type { GoogleCloudSecuritycenterV2SecurityMarks } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";
interface GoogleCloudSecuritycenterV2SecurityMarks {
canonicalName?: string;
marks?: {
[key: string]: string;
}
;
name?: string;
}

§Properties

§
canonicalName?: string
[src]
§
marks?: {
[key: string]: string;
}
[src]
§
name?: string
[src]