Skip to content

AuditChainStatus

Namespace AgentPrism · Assembly AgentPrism.Abstractions.dll

The result of walking a tenant’s audit trail hash chain.

[JsonConverter(typeof(JsonStringEnumConverter<AuditChainStatus>))]
public enum AuditChainStatus

Broken = 1

An entry’s stored hash does not match its content — the row was altered.

Gap = 2

A link is missing — a row was deleted, or a write never completed.

Valid = 0

Every entry’s hash matches its content and links to the previous entry.