Cerbos JavaScript SDK
    Preparing search index...

    Interface PolicySourceHubEmbeddedBundle

    Policies sourced from a policy bundle downloaded from Cerbos Hub for an embedded policy decision point.

    interface PolicySourceHubEmbeddedBundle {
        embeddedBundle: EmbeddedBundle;
        kind: "hub";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    embeddedBundle: EmbeddedBundle

    Details of the embedded policy bundle.

    kind: "hub"

    Discriminator to mark the policy source as Cerbos Hub.