github.com/resonatecoop/user-api@v1.0.0-13.0.20220915120639-05dc9c04014a/fixtures/default/default_fixtures.yaml (about) 1 - model: Role 2 rows: 3 - id: 1 4 name: superadmin 5 description: SuperAdminRole has all permissions and can assign admins 6 - id: 2 7 name: admin 8 description: AdminRole has Admin permissions across all tenants, except the ability to assign other Admins 9 - id: 3 10 name: tenantadmin 11 description: TenantAdmin has Admin permissions over other users in their tenant. 12 - id: 4 13 name: label 14 description: Label is like an Artist user, but can administer content for Artists 15 - id: 5 16 name: artist 17 description: Artist is a like a standard User, but can have multiple Personas and the ability to upload 18 - id: 6 19 name: user 20 description: User is a basic user, that can have only one Persona and is limited to control over their own account only 21 is_default: true 22 - model: Scope 23 rows: 24 - id: 1 25 name: superadmin 26 description: SuperAdminRole has all permissions and can assign admins 27 - id: 2 28 name: admin 29 description: AdminRole has Admin permissions across all tenants, except the ability to assign other Admins 30 - id: 3 31 name: tenantadmin 32 description: TenantAdmin has Admin permissions over other users in their tenant. 33 - id: 4 34 name: label 35 description: Label is like an Artist user, but can administer content for Artists 36 - id: 5 37 name: artist 38 description: Artist is a like a standard User, but can have multiple Personas and the ability to upload 39 - id: 6 40 name: user 41 description: User is a basic user, that can have only one Persona and is limited to control over their own account only 42 is_default: true 43 - id: 7 44 name: read 45 description: Read only access! No ability to change. 46 is_default: true 47 - id: 8 48 name: read_write 49 description: Read/write access! Ability to change. 50 is_default: false 51 - model: GroupType 52 rows: 53 - name: persona 54 description: Persona 55 - name: band 56 description: Band 57 - name: label 58 description: Label 59 - name: distributor 60 description: Distributor