add admin role

This commit is contained in:
Vladislav Leonkev
2025-01-09 15:52:37 +01:00
parent e7e64f313d
commit 1271c6272f

View File

@@ -1,5 +1,9 @@
{
"scopes": [
{
"name": "$XSAPPNAME.admin",
"description": "admin"
},
{
"name": "$XSAPPNAME.emcallback",
"description": "Enterprise-Messaging Callback Access",
@@ -12,8 +16,22 @@
"description": "Enterprise-Messaging Management Access"
}
],
"attributes": [],
"role-templates": [],
"attributes": [
{
"name": "level",
"description": "level",
"valueType": "s"
}
],
"role-templates": [
{
"name": "admin",
"scope-references": [
"$XSAPPNAME.admin"
],
"description": "cap samples multi-service shared-db"
}
],
"authorities-inheritance": false,
"authorities": [
"$XSAPPNAME.emmanagement",