Cedar request context.
Wraps a map of attributes that Cedar can reference in policy conditions.
Attribute values are encoded as Cedar JSON record values via the same rules
as ExCedar.Entity attributes.
Plain maps can be used directly in ExCedar.Request without wrapping in
this struct — the authorizer handles both forms.
Summary
Types
@type t() :: %ExCedar.Context{attributes: map()}