Module cedar_policy_core::est

source ·
Expand description

This module contains the External Syntax Tree (EST)

Structs§

  • Serde JSON structure for an extension function call in the EST format
  • Details about an InvalidActionType error.
  • Serde JSON structure for policies and templates in the EST format
  • Serde JSON structure for a policy set in the EST format
  • Serde JSON structure for an is scope constraint for principal/resource in the EST format
  • Serde JSON structure describing a template-linked policy

Enums§

  • Serde JSON structure for an action scope constraint in the EST format
  • Serde JSON structure for an in scope constraint for action in the EST format
  • Serde JSON structure for a when or unless clause in the EST format
  • Serde JSON structure for a == scope constraint in the EST format
  • Serde JSON structure for a Cedar expression in the EST format
  • Serde JSON structure for [any Cedar expression other than an extension function call] in the EST format
  • Errors arising while converting a policy from its JSON representation (aka EST) into an AST
  • Errors while instantiating a policy
  • Serde JSON structure for a principal scope constraint in the EST format
  • Serde JSON structure for an in scope constraint for principal/resource in the EST format
  • Serde JSON structure for a resource scope constraint in the EST format

Functions§

  • Return the single argument in args iterator, or return a wrong arity error if the iterator has 0 elements or more than 1 element.