12 lines
384 B
TOML
12 lines
384 B
TOML
# Automatically generated - DO NOT EDIT!
|
|
|
|
[[permission]]
|
|
identifier = "allow-archive-delete"
|
|
description = "Enables the archive_delete command without any pre-configured scope."
|
|
commands.allow = ["archive_delete"]
|
|
|
|
[[permission]]
|
|
identifier = "deny-archive-delete"
|
|
description = "Denies the archive_delete command without any pre-configured scope."
|
|
commands.deny = ["archive_delete"]
|