Skip to main content

Module access_scope

Module access_scope 

Source

Modules§

pep_properties
Well-known authorization property names.

Structs§

AccessScope
A disjunction (OR) of scope constraints defining what data is accessible.
EqScopeFilter
Equality scope filter: property = value.
InScopeFilter
Set membership scope filter: property IN (values).
ScopeConstraint
A conjunction (AND) of scope filters — one access path.

Enums§

ScopeFilter
A single scope filter — a typed predicate on a named resource property.
ScopeFilterValues
Iterator adapter for ScopeFilter::values().
ScopeFilterValuesIter
Iterator over ScopeFilterValues.
ScopeValue
A scalar value for scope filtering.