30 lines
742 B
YAML
Raw Normal View History

2022-08-11 09:29:15 +02:00
components:
schemas:
RbacRole:
type: object
properties:
uuid:
type: string
format: uuid
objectUuid:
type: string
format: uuid
objectTable:
type: string
objectIdName:
type: string
roleType:
type: string
enum:
- OWNER
- ADMIN
- AGENT
- TENANT
- GUEST
- REFERRER
2022-08-11 09:29:15 +02:00
roleName:
type: string