A roie object is a map that holds the information belonging to a shared account
Attribute | Type | Description |
---|---|---|
roleId | Long | role id |
system | String | managed system (agent) name |
accountDescription | String | account description |
accountDisabled | Boolean | true if account is diabled |
attributes | Map<String,String> | additional account attributes |
grantedRoles | List<Map<String,Object>> | list of roles directly granted to the user |
allGrantedRoles | List<Map<String,Object>> | list of roles directly on indirectly granted to the user |
granted | List<Map<String,String>> | same as grantedRoles |
allGranted | List<Map<String,String>> | same as allGrantedRoles |