mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-05-19 22:27:37 +02:00
14 lines
407 B
TOML
14 lines
407 B
TOML
# Automatically generated - DO NOT EDIT!
|
|
|
|
"$schema" = "../../schemas/schema.json"
|
|
|
|
[[permission]]
|
|
identifier = "allow-grpc-events"
|
|
description = "Enables the grpc_events command without any pre-configured scope."
|
|
commands.allow = ["grpc_events"]
|
|
|
|
[[permission]]
|
|
identifier = "deny-grpc-events"
|
|
description = "Denies the grpc_events command without any pre-configured scope."
|
|
commands.deny = ["grpc_events"]
|