PolicyConfigDetectorList

components/policy-config/DetectorList.vue

Config shape: detector families toggled individually — rows with toggle, severity, 24h hit count, per-family enable/disable all. Fully controlled: renders `families` as given, emits @toggle(familyIndex, detectorIndex, on) and @toggle-all(familyIndex, on).

Redaction detectors

Detectors toggle individually; hit counts are the last 24h.

Secrets

high
3 hits
high
1 hit
medium
6 hits
medium
11 hitshigher false-positive rate

PII / PHI

medium
41 hits
high
0 hits
high
0 hitsenable for HIPAA scope
components/policy-config/DetectorList.vue

Usage

<PolicyConfigDetectorList title = "Detectors" :families = "(required)" />

Props

PropTypeDefaultDescription
titleString'Detectors'Section heading
familiesArray(required){ name, detectors: [{ label, severity, hits, on, note? }] }

Events

EventDescription
toggleDetector toggled → (familyIndex, detectorIndex, on)
toggle-allFamily enable/disable all → (familyIndex, on)

Related

Qpoint Brand Style Guide