Cerbos JavaScript SDK
    Preparing search index...

    Interface RemoteBundle

    A policy bundle downloaded from Cerbos Hub.

    interface RemoteBundle {
        bundleId: string;
        deploymentId: string;
    }
    Index

    Properties

    bundleId: string

    The ID of the bundle.

    deploymentId: string

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