Table of Contents

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 = 2

Emit an audit event but allow the content through.

DenyAndAudit = 3

Block the entire request and emit an audit event.

Redact = 0

Replace matched content with [REDACTED:{name}] and continue.

RedactAndAudit = 1

Redact matched content and emit an audit event.