Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/security / / AuditDbBinding

Interface: AuditDbBinding

Defined in: packages/security/src/audit/audit-db.ts:63

Shape of a registered binding. The factory is asynchronous so it can perform the file-mode check, run the cipher self-test, and write the audit:db.opened chain entry before returning.

Stable

Properties

PropertyModifierTypeDescriptionDefined in
descriptionreadonlystringHuman-readable description for diagnostics.packages/security/src/audit/audit-db.ts:67
idreadonlyAuditDbBindingIdIdentifier of the binding.packages/security/src/audit/audit-db.ts:65
openreadonly(options) => Promise<AuditDb>Open the audit database.packages/security/src/audit/audit-db.ts:69