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

Severity

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

Provides the numerical and qualitative representations of a finding's severity.

interface Severity {
description?: SeverityDescription | null;
score?: number | null;
}

§Properties

§
description?: SeverityDescription | null
[src]

The qualitative representation of the finding's severity, ranging from Low (least severe) to High (most severe).

§
score?: number | null
[src]

The numerical representation of the finding's severity, ranging from 1 (least severe) to 3 (most severe).