...
Attribute | Type | Description |
---|---|---|
roleId | Long | role id |
system | String | managed system (agent) name |
name | String | role name |
application | String | application system name |
passwordProtected | boolean | true if role should be password protected (where applicable) |
description | String | Role description |
ownedRoles | List<Map<String,Object>> | list of roles granted to this one |
ownerRoles | List<Map<String,Object>> | list of roles grantee of this one |
ownerGroups | List<Map<String,Object>> | list of groups grantee of this role |
grantedUserNamesgrantedAccountNames | List<String> | list of user account names directly grantee of this role |
allGrantedUsersgrantedAccounts | List<Map<String,Object>> | list of users directly grantee of this role |
allGrantedUserNamesallGrantedAccountNames | List<String> | list of user account names either directly or indirectly grantee of this role |
grantedUsersallGrantedAccounts | List<Map<String,Object>> | list of users either directly or indirectly grantee of this role |