hs.hsadmin.ng/src/main/resources/api-definition/rbac-role-schemas.yaml

27 lines
643 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
- tenant
roleName:
type: string