Cerbos JavaScript SDK
    Preparing search index...

    Enumeration InspectedVariableKind

    Kind of a variable referenced by a policy.

    Index

    Enumeration members

    EXPORTED: "EXPORTED"

    A variable exported by a policy.

    IMPORTED: "IMPORTED"

    A variable imported by a policy.

    LOCAL: "LOCAL"

    A variable defined locally in a policy.

    UNDEFINED: "UNDEFINED"

    A variable referenced in a policy condition, but not defined.

    UNKNOWN: "UNKNOWN"

    A variable whose source is unknown because the policy store uses precompiled policy bundles.