Files
yaak-mountain-loop/src-tauri/yaak-models/permissions/autogenerated/reference.md
2025-03-25 08:35:10 -07:00

1.2 KiB

Default Permission

Default permissions for the plugin

  • allow-upsert
  • allow-delete

Permission Table

Identifier Description

yaak-models:allow-delete

Enables the delete command without any pre-configured scope.

yaak-models:deny-delete

Denies the delete command without any pre-configured scope.

yaak-models:allow-delete-model

Enables the delete_model command without any pre-configured scope.

yaak-models:deny-delete-model

Denies the delete_model command without any pre-configured scope.

yaak-models:allow-upsert

Enables the upsert command without any pre-configured scope.

yaak-models:deny-upsert

Denies the upsert command without any pre-configured scope.

yaak-models:allow-upsert-model

Enables the upsert_model command without any pre-configured scope.

yaak-models:deny-upsert-model

Denies the upsert_model command without any pre-configured scope.