Home > @cerbos/core > InspectedConstantKind
Kind of a constant referenced by a policy.
Signature:
export declare enum InspectedConstantKind
Member |
Value |
Description |
---|---|---|
EXPORTED |
|
A constant exported by a policy. |
IMPORTED |
|
A constant imported by a policy. |
LOCAL |
|
A constant defined locally in a policy. |
UNDEFINED |
|
A constant referenced in a policy condition, but not defined. |
UNKNOWN |
|
A constant whose source is unknown because the policy store uses precompiled policy bundles. |