Module extensions

Source
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§

ExtensionFunctionLookupError
Errors thrown when looking up an extension function in Extensions.
ExtensionInitializationError
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