Cerbos JavaScript SDK
    Preparing search index...

    Interface RequestContext

    Metadata attached to a request.

    Requires the Cerbos policy decision point server to be at least v0.51.

    This information will be captured in the audit logs if audit logging is enabled in the policy decision point server.

    interface RequestContext {
        annotations: Record<string, Value>;
    }
    Index

    Properties

    Properties

    annotations: Record<string, Value>

    User-defined metadata.