master
toml 13 lines 389 Bytes
Raw
1 # Automatically generated - DO NOT EDIT!
2
3 "$schema" = "../../schemas/schema.json"
4
5 [[permission]]
6 identifier = "allow-adCreate"
7 description = "Enables the adCreate command without any pre-configured scope."
8 commands.allow = ["adCreate"]
9
10 [[permission]]
11 identifier = "deny-adCreate"
12 description = "Denies the adCreate command without any pre-configured scope."
13 commands.deny = ["adCreate"]