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

FindingProviderSeverity

import type { FindingProviderSeverity } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

The severity assigned to the finding by the finding provider.

interface FindingProviderSeverity {
Label?: SeverityLabel | null;
Original?: string | null;
}

§Properties

§
Label?: SeverityLabel | null
[src]

The severity label assigned to the finding by the finding provider.

§
Original?: string | null
[src]

The finding provider's original value for the severity.