Files
Tony eb3f0248c2 fix: write default permission words if not empty (#13646)
* fix: write default permission words if not empty

* Remove left over format!
2025-06-21 09:52:36 +08:00

62 lines
513 B
Markdown

## Permission Table
<table>
<tr>
<th>Identifier</th>
<th>Description</th>
</tr>
<tr>
<td>
`sample:allow-ping`
</td>
<td>
Enables the ping command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`sample:deny-ping`
</td>
<td>
Denies the ping command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`sample:global-scope`
</td>
<td>
Sets a global scope.
</td>
</tr>
<tr>
<td>
`sample:allow-ping-scoped`
</td>
<td>
Enables the ping command with a test scope.
</td>
</tr>
</table>