Enum ClassificationAction
- Namespace
- JD.AI.Core.Governance
- Assembly
- JD.AI.Core.dll
Action to take when a data classification pattern matches content.
public enum ClassificationAction
Fields
AuditOnly = 2Emit an audit event but allow the content through.
DenyAndAudit = 3Block the entire request and emit an audit event.
Redact = 0Replace matched content with [REDACTED:{name}] and continue.
RedactAndAudit = 1Redact matched content and emit an audit event.