Cerbos JavaScript SDK
    Preparing search index...

    Interface Variables

    Variables defined for use in policy conditions.

    interface Variables {
        import?: string[];
        local?: Record<string, string>;
    }
    Index

    Properties

    Properties

    import?: string[]

    Names of variable sets to import.

    local?: Record<string, string>

    Variable expressions defined for the policy.