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

GoogleCloudSecuritycenterV2Package

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

Package is a generic definition of a package.

interface GoogleCloudSecuritycenterV2Package {
cpeUri?: string;
packageName?: string;
packageType?: string;
packageVersion?: string;
}

§Properties

§
cpeUri?: string
[src]

The CPE URI where the vulnerability was detected.

§
packageName?: string
[src]

The name of the package where the vulnerability was detected.

§
packageType?: string
[src]

Type of package, for example, os, maven, or go.

§
packageVersion?: string
[src]

The version of the package.