Expand description
Cross-cutting platform context bundle.
OrganizationContext carries the tenant, principal, request-id, roles,
and an optional opaque attestation in a single, cheap-to-clone bundle.
Downstream services consume this type instead of threading
(org_id, principal) pairs through every function.
Structs§
- Attestation
- Opaque attestation / credential bundle.
- Organization
Context - Platform context bundle — org, principal, request-id, roles, org-path, attestation.
- Role
- Authorization role identifier.
- Role
Binding - An authorization role paired with the scope at which it is valid.
Enums§
- Attestation
Kind - Kind of attestation token or credential.
- Role
Scope - Scope at which a role binding applies.