Cerbos JavaScript SDK
    Preparing search index...

    Interface PolicySourceHubPlayground

    Policies sourced from a playground in Cerbos Hub using the hub storage driver.

    interface PolicySourceHubPlayground {
        kind: "hub";
        playgroundId: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    kind: "hub"

    Discriminator to mark the policy source as Cerbos Hub.

    playgroundId: string

    ID of the playground from which the policy bundle was downloaded.