14 lines
407 B
TOML
14 lines
407 B
TOML
# Automatically generated - DO NOT EDIT!
|
|
|
|
"$schema" = "../../schemas/schema.json"
|
|
|
|
[[permission]]
|
|
identifier = "allow-delete-file"
|
|
description = "Enables the delete_file command without any pre-configured scope."
|
|
commands.allow = ["delete_file"]
|
|
|
|
[[permission]]
|
|
identifier = "deny-delete-file"
|
|
description = "Denies the delete_file command without any pre-configured scope."
|
|
commands.deny = ["delete_file"]
|