2022-08-11 09:29:15 +02:00
|
|
|
|
|
|
|
components:
|
|
|
|
|
|
|
|
schemas:
|
|
|
|
|
2024-09-16 15:36:37 +02:00
|
|
|
RbacSubject:
|
2022-08-11 09:29:15 +02:00
|
|
|
type: object
|
|
|
|
properties:
|
|
|
|
uuid:
|
|
|
|
type: string
|
|
|
|
format: uuid
|
|
|
|
name:
|
|
|
|
type: string
|
2024-09-16 15:36:37 +02:00
|
|
|
RbacSubjectPermission:
|
2022-08-11 09:29:15 +02:00
|
|
|
type: object
|
|
|
|
properties:
|
|
|
|
objectUuid:
|
|
|
|
type: string
|
|
|
|
format: uuid
|
|
|
|
objectTable:
|
|
|
|
type: string
|
|
|
|
objectIdName:
|
|
|
|
type: string
|
|
|
|
roleName:
|
|
|
|
type: string
|
|
|
|
roleUuid:
|
|
|
|
type: string
|
|
|
|
format: uuid
|
|
|
|
permissionUuid:
|
|
|
|
type: string
|
|
|
|
format: uuid
|
|
|
|
op:
|
|
|
|
type: string
|