Cerbos JavaScript SDK
    Preparing search index...

    Interface EmbeddedBundle

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

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

    Properties

    Properties

    ruleId: string

    The ID of the policy bundling rule.

    scopes: string[]

    Scopes requested by the client.