Cerbos JavaScript SDK
    Preparing search index...

    Interface EmbeddedBundle

    A policy bundle downloaded from Cerbos Hub for an embedded policy decision point.

    interface EmbeddedBundle {
        bundleId: string;
        ruleId: string;
        scopes: string[];
    }
    Index

    Properties

    bundleId: string

    The ID of the downloaded policy bundle.

    ruleId: string

    The ID of the policy bundling rule.

    scopes: string[]

    Scopes requested by the client.