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