You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
63 lines
827 B
63 lines
827 B
|
|
# Application-level permissions
|
|
|
|
[]
|
|
access = read : [ * ], write : [ admin, power ]
|
|
|
|
### EVENT TYPES
|
|
|
|
[eventtypes]
|
|
export = system
|
|
|
|
|
|
### PROPS
|
|
|
|
[props]
|
|
export = system
|
|
|
|
|
|
### TRANSFORMS
|
|
|
|
[transforms]
|
|
export = system
|
|
|
|
|
|
### LOOKUPS
|
|
|
|
[lookups]
|
|
export = system
|
|
|
|
|
|
### VIEWSTATES: even normal users should be able to create shared viewstates
|
|
|
|
[viewstates]
|
|
access = read : [ * ], write : [ * ]
|
|
export = system
|
|
|
|
### Visualizations
|
|
|
|
[visualizations/3d_graph_network_topology_viz]
|
|
export = system
|
|
|
|
### Algos
|
|
|
|
[algos]
|
|
access = read : [ * ], write : [ admin ]
|
|
export = system
|
|
|
|
[algos/GraphCentrality]
|
|
access = read : [*]
|
|
export = system
|
|
|
|
[algos/GraphConnectedComponents]
|
|
access = read : [*]
|
|
export = system
|
|
|
|
[algos/GraphLabelPropagation]
|
|
access = read : [*]
|
|
export = system
|
|
|
|
[algos/MinimumSpanningTree]
|
|
access = read : [*]
|
|
export = system
|