xsprivileges - codbex/codbex-kronos GitHub Wiki

.xsprivileges

The application-privileges (.xsprivileges) file enables you to define the authorization levels required for access to an application, for example, to start the application or perform administrative actions on an application. You can assign the application privileges to the individual users who require them.

Reference

The information on how to develop and transform a design-time xsprivileges object for a Kronos application.

SAP Help

https://help.sap.com/docs/SAP_HANA_PLATFORM/400066065a1b46cf91df0ab436404ddc/ea483e2817e2413b89548bb47942c6f0.html

Example Artifact Syntax

{
     "privileges" :
          [
               { "name" : "Execute", "description" : "Basic execution privilege" },
               { "name" : "Admin", "description" : "Administration privilege" }
          ]
}

Modules

https://github.com/codbex/codbex-kronos/tree/main/modules/engines/engine-xssecurity