GoogleCloudSecuritycenterV2SecurityBulletin
import type { GoogleCloudSecuritycenterV2SecurityBulletin } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";SecurityBulletin are notifications of vulnerabilities of Google products.
interface GoogleCloudSecuritycenterV2SecurityBulletin {
bulletinId?: string;
submissionTime?: Date;
suggestedUpgradeVersion?: string;
}