AuditChainVerification
The result of verifying one tenant’s audit trail hash chain.
Shape: object
| Property | Required | Type | Description | Rules |
|---|---|---|---|---|
status |
yes | AuditChainStatus |
Gets the overall chain status. | — |
entriesChecked |
yes | integer (int32) |
Gets the number of entries walked. | pattern `^-?(?:0\ |
firstFailingEntryId |
no | string (uuid) |
Gets the id of the first entry where the chain fails; null when AuditChainStatus AuditChainVerification.Status is AuditChainStatus.Valid. |
— |