42 lines
960 B
JSON
42 lines
960 B
JSON
{
|
|
"scopes": [
|
|
{
|
|
"name": "$XSAPPNAME.admin",
|
|
"description": "admin"
|
|
},
|
|
{
|
|
"name": "$XSAPPNAME.emcallback",
|
|
"description": "Enterprise-Messaging Callback Access",
|
|
"grant-as-authority-to-apps": [
|
|
"$XSSERVICENAME(samples-messaging)"
|
|
]
|
|
},
|
|
{
|
|
"name": "$XSAPPNAME.emmanagement",
|
|
"description": "Enterprise-Messaging Management Access"
|
|
},
|
|
{
|
|
"name": "$XSAPPNAME.mtcallback",
|
|
"description": "Subscription via SaaS Registry",
|
|
"grant-as-authority-to-apps": [
|
|
"$XSAPPNAME(application,sap-provisioning,tenant-onboarding)"
|
|
]
|
|
}
|
|
],
|
|
"attributes": [],
|
|
"role-templates": [
|
|
{
|
|
"name": "admin",
|
|
"scope-references": [
|
|
"$XSAPPNAME.admin"
|
|
],
|
|
"description": "cloud-cap-samples bookstore admin"
|
|
}
|
|
],
|
|
"authorities-inheritance": false,
|
|
"authorities": [
|
|
"$XSAPPNAME.emmanagement",
|
|
"$XSAPPNAME.mtcallback"
|
|
]
|
|
}
|