Raxol.Agent.Authorization.Engine.Decision (Raxol Agent v2.6.0)

Copy Markdown View Source

The folded outcome of one evaluate/5 pass.

Summary

Types

t()

@type t() :: %Raxol.Agent.Authorization.Engine.Decision{
  action: :allow | :ask | :deny,
  asks: [map()],
  escrow: map(),
  labels: map(),
  reason: term(),
  route: term()
}