Skip to main content
ctrlrun.Delegation — class, defined at src/ctrlrun/authority.py:417
A grant created at runtime by a principal who already holds one (SPEC-v0.3 §5.1). The parsed form of a DelegationRecord: state.py persists rows with grant_json as a string, and this module is what parses a Grant out of one. grant.id is the delegation_id — one namespace addresses root grants and delegations, and --parent takes either (§5.2).

Next