Co-authored-by: Michael Hoennig <michael@hoennig.de> Co-authored-by: Michael Hönnig <michael@hoennig.de> Reviewed-on: #103 Reviewed-by: Marc Sandlus <marc.sandlus@hostsharing.net>
34 lines
842 B
YAML
34 lines
842 B
YAML
|
|
components:
|
|
|
|
schemas:
|
|
|
|
RbacSubject:
|
|
type: object
|
|
properties:
|
|
uuid:
|
|
type: string
|
|
format: uuid
|
|
name:
|
|
type: string
|
|
RbacSubjectPermission:
|
|
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
|