18 lines
299 B
YAML
18 lines
299 B
YAML
|
name: Permission
|
||
|
access:
|
||
|
- verb: all
|
||
|
login_required: true
|
||
|
columns:
|
||
|
- name: subject
|
||
|
- name: subject_id
|
||
|
type: int
|
||
|
- name: action
|
||
|
- name: object
|
||
|
- name: object_id
|
||
|
type: int
|
||
|
- name: is_allowed
|
||
|
type: boolean
|
||
|
display:
|
||
|
primary: subject
|
||
|
secondary: action
|
||
|
tertiary: object
|