Copyright 2014. XebiaLabs, Inc. All rights reserved
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:
GLOBALorCI - permissionName
- The name of the permission.
- root
- If set, the root node in the repository this permission is relevant for. Possible values:
Applications,EnvironmentsorInfrastructure
Example
<permission level="GLOBAL" permissionName="login"/> <permission level="CI" permissionName="read"/> <permission level="CI" permissionName="import#initial" root="Applications"/>
