Cerbos JavaScript SDK
    Preparing search index...

    Interface PolicySourceHubDeployment

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

    interface PolicySourceHubDeployment {
        deploymentId: string;
        kind: "hub";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    deploymentId: string

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

    kind: "hub"

    Discriminator to mark the policy source as Cerbos Hub.