Back to Char

Reference

plugins/updater2/permissions/autogenerated/reference.md

latest1.6 KB
Original Source

Default Permission

Default permissions for the plugin

This default permission set includes the following:

  • allow-check
  • allow-download
  • allow-install
  • allow-postinstall
  • allow-maybe-emit-updated

Permission Table

<table> <tr> <th>Identifier</th> <th>Description</th> </tr> <tr> <td>

updater2:allow-check

</td> <td>

Enables the check command without any pre-configured scope.

</td> </tr> <tr> <td>

updater2:deny-check

</td> <td>

Denies the check command without any pre-configured scope.

</td> </tr> <tr> <td>

updater2:allow-download

</td> <td>

Enables the download command without any pre-configured scope.

</td> </tr> <tr> <td>

updater2:deny-download

</td> <td>

Denies the download command without any pre-configured scope.

</td> </tr> <tr> <td>

updater2:allow-install

</td> <td>

Enables the install command without any pre-configured scope.

</td> </tr> <tr> <td>

updater2:deny-install

</td> <td>

Denies the install command without any pre-configured scope.

</td> </tr> <tr> <td>

updater2:allow-maybe-emit-updated

</td> <td>

Enables the maybe_emit_updated command without any pre-configured scope.

</td> </tr> <tr> <td>

updater2:deny-maybe-emit-updated

</td> <td>

Denies the maybe_emit_updated command without any pre-configured scope.

</td> </tr> <tr> <td>

updater2:allow-postinstall

</td> <td>

Enables the postinstall command without any pre-configured scope.

</td> </tr> <tr> <td>

updater2:deny-postinstall

</td> <td>

Denies the postinstall command without any pre-configured scope.

</td> </tr> </table>