oshipka/bootstrap/webapp/view_models/Permission.yaml

18 lines
299 B
YAML
Raw Normal View History

2021-05-11 00:14:25 +02:00
name: Permission
access:
- verb: all
login_required: true
columns:
- name: subject
- name: subject_id
type: int
- name: action
- name: object
2021-05-15 01:04:00 +02:00
- name: object_id
2021-05-11 00:14:25 +02:00
type: int
- name: is_allowed
type: boolean
display:
primary: subject
secondary: action
tertiary: object