2022-08-11 09:29:15 +02:00
|
|
|
|
|
|
|
components:
|
|
|
|
|
|
|
|
schemas:
|
|
|
|
|
|
|
|
RbacRole:
|
|
|
|
type: object
|
|
|
|
properties:
|
|
|
|
uuid:
|
|
|
|
type: string
|
|
|
|
format: uuid
|
2024-11-11 11:25:42 +01:00
|
|
|
object.uuid:
|
2022-08-11 09:29:15 +02:00
|
|
|
type: string
|
|
|
|
format: uuid
|
|
|
|
objectTable:
|
|
|
|
type: string
|
|
|
|
objectIdName:
|
|
|
|
type: string
|
|
|
|
roleType:
|
|
|
|
type: string
|
|
|
|
enum:
|
2024-04-02 12:01:37 +02:00
|
|
|
- OWNER
|
|
|
|
- ADMIN
|
|
|
|
- AGENT
|
|
|
|
- TENANT
|
|
|
|
- REFERRER
|
2024-04-02 13:14:46 +02:00
|
|
|
- GUEST
|
2022-08-11 09:29:15 +02:00
|
|
|
roleName:
|
|
|
|
type: string
|