generated from coulomb/repo-seed
38 lines
821 B
YAML
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
|