Cerbos JavaScript SDK
    Preparing search index...

    Interface PolicySourceHubLocalBundle

    Policies sourced from a local policy bundle using the hub storage driver.

    interface PolicySourceHubLocalBundle {
        kind: "hub";
        localBundle: LocalBundle;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    kind: "hub"

    Discriminator to mark the policy source as Cerbos Hub.

    localBundle: LocalBundle

    Details of the local policy bundle.