Files
flex-auth/examples/caring/team_subject_manifest.yaml
tegwick 18054bd160
Some checks failed
CI / Build and Test (push) Has been cancelled
CI / Lint (push) Has been cancelled
Add CARING examples and coverage
2026-05-17 06:05:18 +02:00

38 lines
821 B
YAML

id: tenant-alpha-project-team
tenants:
- id: tenant:alpha
name: Tenant Alpha
subjects:
- id: user:alice
type: Human
display_name: Alice Example
organization_relation: Customer
roles:
- Doer
groups:
- group:platform-architecture
tenant: tenant:alpha
- id: user:bob
type: Human
display_name: Bob Example
organization_relation: Customer
roles:
- Verifier
groups:
- team:project-reviewers
tenant: tenant:alpha
groups:
- id: group:platform-architecture
display_name: Platform Architecture
members:
- user:alice
tenant: tenant:alpha
teams:
- id: team:project-reviewers
display_name: Project Reviewers
members:
- user:bob
tenant: tenant:alpha
metadata:
source: examples/caring/team_subject_manifest.yaml