Skip to main content

Variable: DetectionServiceName

const DetectionServiceName: {
DLP: "dlp";
INJECTION: "injection";
URL_CATS: "url_cats";
TOXIC_CONTENT: "toxic_content";
MALICIOUS_CODE: "malicious_code";
AGENT: "agent";
TOPIC_VIOLATION: "topic_violation";
DB_SECURITY: "db_security";
UNGROUNDED: "ungrounded";
};

Defined in: src/models/enums.ts:34

Detection service names used in scan results.

Type Declaration

DLP

readonly DLP: "dlp" = 'dlp';

INJECTION

readonly INJECTION: "injection" = 'injection';

URL_CATS

readonly URL_CATS: "url_cats" = 'url_cats';

TOXIC_CONTENT

readonly TOXIC_CONTENT: "toxic_content" = 'toxic_content';

MALICIOUS_CODE

readonly MALICIOUS_CODE: "malicious_code" = 'malicious_code';

AGENT

readonly AGENT: "agent" = 'agent';

TOPIC_VIOLATION

readonly TOPIC_VIOLATION: "topic_violation" = 'topic_violation';

DB_SECURITY

readonly DB_SECURITY: "db_security" = 'db_security';

UNGROUNDED

readonly UNGROUNDED: "ungrounded" = 'ungrounded';