docs/backend-system/core-services: add permissionIntegrations

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2025-01-08 12:27:34 +01:00
parent 521dedd6ea
commit 7fa644144c
@@ -0,0 +1,14 @@
---
id: permissions
title: Permission Integrations Service
sidebar_label: Permission Integrations
description: Documentation for the Permission Integrations service
---
This service allows your plugins to register new permissions, rules, and resource types and integrate with [the permissions framework](../../permissions/overview.md).
## Using the service
For a deep dive into how to use the `permissionIntegrations` service, see the [permission guide for plugin authors](../../permissions/plugin-authors/01-setup.md).
If all you want to do is add new custom permission rules to an existing plugin, you can instead refer to the [custom permission rules guide](../../permissions/custom-rules.md).