Permission
Permissions are rendered in XML as a 
<permission> element.
Attributes
- level
 
- Whether this permission is global permissions, or applicable on a CI level. Possible values: 
GLOBAL or CI 
- permissionName
 
- The name of the permission.
 
- root
 
- If set, the root node in the repository this permission is relevant for. Possible values: 
Applications, Environments or Infrastructure 
Example
<permission level="GLOBAL" permissionName="login"/>
<permission level="CI" permissionName="read"/>
<permission level="CI" permissionName="import#initial" root="Applications"/>