oshipka/bootstrap/webapp/view_models/Permission.yaml
2021-05-11 00:14:25 +02:00

18 lines
300 B
YAML

name: Permission
access:
- verb: all
login_required: true
columns:
- name: subject
- name: subject_id
type: int
- name: action
- name: object
- name: subject_id
type: int
- name: is_allowed
type: boolean
display:
primary: subject
secondary: action
tertiary: object