Cerbos JavaScript SDK
    Preparing search index...

    Interface AuditLogFilterSince

    Match the audit log entries captured since N seconds ago.

    interface AuditLogFilterSince {
        since: number;
    }
    Index

    Properties

    Properties

    since: number

    The maximum age (in seconds) of entries to return.