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

InspectorScoreDetails

import type { InspectorScoreDetails } from "https://aws-api.deno.dev/v0.3/services/inspector2.ts?docs=full";

Information about the Amazon Inspector score given to a finding.

interface InspectorScoreDetails {
adjustedCvss?: CvssScoreDetails | null;
}

§Properties

§
adjustedCvss?: CvssScoreDetails | null
[src]

An object that contains details about the CVSS score given to a finding.