Cerbos JavaScript SDK
    Preparing search index...

    Interface ExportVariablesBody

    A set of exported variables to be reused in other policies.

    Requires the Cerbos policy decision point server to be at least v0.29.

    interface ExportVariablesBody {
        definitions: Record<string, string>;
        name: string;
    }
    Index

    Properties

    Properties

    definitions: Record<string, string>

    Variable expressions.

    name: string

    The name to use when importing the set of variables.