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

Configuration

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

A configuration represents a behavior an engine should follow when producing new findings.

interface Configuration {
readonly audit?: Audit;
description?: string;
readonly displayName?: string;
name?: string;
provider?: string;
state?:
| "STATE_UNSPECIFIED"
| "ENABLED"
| "DISABLED"
| "DEPRECATED";
version?: string;
}

§Properties

§
readonly audit?: Audit
[src]

Output only. Audit information for the configuration.

§
description?: string
[src]

Optional. A description of the configuration.

§

Required. Domain specific details for the configuration.

§
readonly displayName?: string
[src]

Output only. Human readable name for the configuration.

§
name?: string
[src]

Identifier. Server generated name for the configuration. format is vaults/{vault}/configurations/{configuration}

§
provider?: string
[src]

Required. Name of the service that provides the configuration.

§
state?: "STATE_UNSPECIFIED" | "ENABLED" | "DISABLED" | "DEPRECATED"
[src]

Optional. State of the configuration.

§
version?: string
[src]

Optional. A user-manipulatable version. Does not adhere to a specific format