12 lines
402 B
TOML
12 lines
402 B
TOML
# Automatically generated - DO NOT EDIT!
|
|
|
|
[[permission]]
|
|
identifier = "allow-sync-create-vault"
|
|
description = "Enables the sync_create_vault command without any pre-configured scope."
|
|
commands.allow = ["sync_create_vault"]
|
|
|
|
[[permission]]
|
|
identifier = "deny-sync-create-vault"
|
|
description = "Denies the sync_create_vault command without any pre-configured scope."
|
|
commands.deny = ["sync_create_vault"]
|