AuditIntegrityApiResponse

Properties

Name Type Description Notes
isValid Boolean True if all integrity checks pass (SqlChainValid AND BlobChainValid AND SqlBlobMatch). [default to null]
sqlChainValid Boolean True if the SQL database hash chain is unbroken and valid. [default to null]
blobChainValid Boolean True if the Blob Storage hash chain is unbroken and valid. [default to null]
sqlBlobMatch Boolean True if the SQL and Blob Storage chains produce matching final hashes. [default to null]
eventCount Integer The total number of audit events in the chain. [default to null]
errorMessage String A description of the integrity issue if IsValid is false. Null when valid. [default to null]

[Back to Model list] [Back to API list] [Back to README]