mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
28 lines
481 B
Plaintext
28 lines
481 B
Plaintext
# Application-level permissions
|
|
[]
|
|
access = read : [ * ], write : [ admin, power ]
|
|
export = none
|
|
|
|
|
|
|
|
### VIEWS
|
|
|
|
[views/dashboards]
|
|
access = read : [ * ], write : [ * ]
|
|
export = none
|
|
|
|
[views/home]
|
|
export = none
|
|
|
|
[views/dashboard]
|
|
export = system
|
|
|
|
### COLLECTIONS
|
|
|
|
[collections/splunk-dashboard-icons]
|
|
access = read : [ * ], write : [ admin, power, sc_admin ]
|
|
export = none
|
|
|
|
[collections/splunk-dashboard-images]
|
|
access = read : [ * ], write : [ admin, power, sc_admin ]
|
|
export = none |