Cerbos JavaScript SDK
    Preparing search index...

    Interface LocalBundle

    A policy bundle downloaded from Cerbos Hub and saved locally.

    interface LocalBundle {
        bundleId: string;
        path: string;
    }
    Index

    Properties

    Properties

    bundleId: string

    The ID of the local policy bundle.

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

    path: string

    The path to the local policy bundle file.