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;
detail?: ConfigurationDetail;
readonly displayName?: string;
name?: string;
provider?: string;
state?:
| "STATE_UNSPECIFIED"
| "ENABLED"
| "DISABLED"
| "DEPRECATED";
version?: string;
}§Properties
§
detail?: ConfigurationDetail
[src]Required. Domain specific details for the configuration.
§
name?: string
[src]Identifier. Server generated name for the configuration. format is vaults/{vault}/configurations/{configuration}