Expand description
This module contains all of the standard Cedar extensions.
Modules§
- decimal
- This module contains the Cedar ‘decimal’ extension.
- extension_
function_ lookup_ errors - Error subtypes for
ExtensionFunctionLookupError
- ipaddr
- This module contains the Cedar ‘ipaddr’ extension.
- util
- Utilities shared with the
cedar-policy-validator
extensions module.
Structs§
- Extensions
- Holds data on all the Extensions which are active for a given evaluation.
Enums§
- Extension
Function Lookup Error - Errors thrown when looking up an extension function in
Extensions
. - Extension
Initialization Error - Errors occurring while initializing extensions. There are internal errors, so this enum should not become part of the public API unless we publicly expose user-defined extension function.
Type Aliases§
- Result
- Type alias for convenience