cedar_policy_core

Module entities

Source
Expand description

This module contains the Entities type and related functionality.

Re-exports§

Modules§

  • Module for checking that entities conform with a schema
  • Module for error types
  • This module contains functionality for serializing and deserializing Cedar values, entities, Contexts, etc to and from JSON.

Structs§

  • Represents an entity hierarchy, and allows looking up Entity objects by UID. Note that Entities is Serialize, but currently this is only used for the FFI layer in DRT. All others use (and should use) the from_json_*() and write_to_json() methods as necessary.

Enums§

  • Results from dereferencing values from the Entity Store
  • Describes the option for how the TC (transitive closure) of the entity hierarchy is computed