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