Cerbos JavaScript SDK
    Preparing search index...

    Interface PolicySourceHubLabel

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

    interface PolicySourceHubLabel {
        kind: "hub";
        label: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    kind: "hub"

    Discriminator to mark the policy source as Cerbos Hub.

    label: string

    The label from which the policy bundle was downloaded.