Co-authored-by: Michael Hoennig <michael@hoennig.de> Reviewed-on: #120 Reviewed-by: Marc Sandlus <marc.sandlus@hostsharing.net>
30 lines
743 B
YAML
30 lines
743 B
YAML
|
|
components:
|
|
|
|
schemas:
|
|
|
|
RbacRole:
|
|
type: object
|
|
properties:
|
|
uuid:
|
|
type: string
|
|
format: uuid
|
|
object.uuid:
|
|
type: string
|
|
format: uuid
|
|
objectTable:
|
|
type: string
|
|
objectIdName:
|
|
type: string
|
|
roleType:
|
|
type: string
|
|
enum:
|
|
- OWNER
|
|
- ADMIN
|
|
- AGENT
|
|
- TENANT
|
|
- REFERRER
|
|
- GUEST
|
|
roleName:
|
|
type: string
|