Introduce identity model and reconcile upstream imports
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s

Assistant: codex
Assistant-Model: gpt-6-astra
Assistant-Session: 01a070b5-4994-7271-bd8b-7c3dbcedec4b
This commit is contained in:
tegwick 2026-09-05 22:11:46 +02:00
parent a2b254786e
commit 361c944325
38 changed files with 1014 additions and 123 deletions

View file

@ -387,7 +387,6 @@ OrganizationEntity
│ ├── Membership
│ ├── Assignment
│ ├── ReportingLine
│ ├── Delegation
│ ├── Responsibility
│ ├── Accountability
│ ├── Authority
@ -768,20 +767,10 @@ Authority SHOULD be scoped.
## 10.18 Delegation
**Delegation** is a relationship in which an actor transfers or grants responsibility or authority to another actor within defined limits.
Recommended attributes:
```yaml
delegator:
delegate:
delegated_scope:
delegated_authority:
valid_from:
valid_to:
revocable:
constraints:
```
Delegation is imported from [ITC-IDENT Delegation Relationship](../identity/InfoTechCanonIdentityModel.md).
The existing name and section anchor remain compatibility entry points. Actor,
Responsibility and Authority stay organization-owned; the bounded delegation
relationship is defined once in identity under CUST-ADR-006 decision 4.
---