12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "groups": [
- {
- "name": "role-list",
- "type": "com.mooctest.crowd.domain.configuration.RoleConfiguration",
- "sourceType": "com.mooctest.crowd.domain.configuration.RoleConfiguration"
- }
- ],
- "properties": [
- {
- "name": "role-list.enterprise-user",
- "type": "java.lang.Long",
- "sourceType": "com.mooctest.crowd.domain.configuration.RoleConfiguration"
- },
- {
- "name": "role-list.evaluation-agency",
- "type": "java.lang.Long",
- "sourceType": "com.mooctest.crowd.domain.configuration.RoleConfiguration"
- },
- {
- "name": "role-list.general-user",
- "type": "java.lang.Long",
- "sourceType": "com.mooctest.crowd.domain.configuration.RoleConfiguration"
- },
- {
- "name": "role-list.regional-manager",
- "type": "java.lang.Long",
- "sourceType": "com.mooctest.crowd.domain.configuration.RoleConfiguration"
- },
- {
- "name": "role-list.system-administrator",
- "type": "java.lang.Long",
- "sourceType": "com.mooctest.crowd.domain.configuration.RoleConfiguration"
- }
- ],
- "hints": []
- }
|