AuditChainStatus
Namespace AgentPrism · Assembly
AgentPrism.Abstractions.dllThe result of walking a tenant’s audit trail hash chain.
[JsonConverter(typeof(JsonStringEnumConverter<AuditChainStatus>))]public enum AuditChainStatusFields
Section titled “Fields”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.