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

MisconfigurationMetadata

import type { MisconfigurationMetadata } from "https://googleapis.deno.dev/v1/threatintelligence:v1beta.ts";

Misconfiguration metadata.

interface MisconfigurationMetadata {
description?: string;
displayName?: string;
misconfigurationId?: string;
remediation?: string;
vulnerableUri?: string;
}

§Properties

§
description?: string
[src]

Optional. Description of the misconfiguration.

§
displayName?: string
[src]

Optional. A user-friendly name for the misconfiguration.

§
misconfigurationId?: string
[src]

Required. The identifier for the misconfiguration. This is an internal name generated by the finding provider.

§

Optional. References to external resources that provide more information about the misconfiguration.

§
remediation?: string
[src]

Optional. Recommended remediation steps for the misconfiguration.

§
vulnerableUri?: string
[src]

Optional. The endpoint which was found to have the vulnerability.