User permissions¤
Configuration property: userPermissions
DataManager provides the option to define user rights on the Workspace page.
- js.config.userPermissions
- allowCreateWorkspace
- allowSelectWorkspace
Property | Default | Required | Conflicts with | Valid values |
---|---|---|---|---|
js.config.userPermissions.allowCreateWorkspace | true | no | none | boolean |
When this property is set to true
the user has the right to manually create new workspaces on the Workspace page.
Property | Default | Required | Conflicts with | Valid values |
---|---|---|---|---|
js.config.userPermissions.allowSelectWorkspace | true | no | none | boolean |
When this property is set to true
the user has the right to manually select an existing workspace. This property can only be used when the js.config.userPermissions.allowCreateWorkspace
property is set true
.