From IQsimWiki
(Difference between revisions)
Latest revision as of 15:13, 5 December 2012
XIQS Get User rights - User Management
Description
|
- getXIQSUserRights ( long id_user )
- Get a list of user rights. A user right is case insensitive and can only have one of the three values "" (empty), "r" (read only), "w" (read and write).
|
Parameters
|
- id_user
- a user object id
|
Return Values
|
- List of User management rights on IRON Objects
- String users - Rights on this object type (one of 'w'/'r'/' ')
- String rack - Rights on this object type (one of 'w'/'r'/' ')
- String device - Rights on this object type (one of 'w'/'r'/' ')
- String port - Rights on this object type (one of 'w'/'r'/' ')
- String card - Rights on this object type (one of 'w'/'r'/' ')
- String partition - Rights on this object type (one of 'w'/'r'/' ')
- String manager - Rights on this object type (one of 'w'/'r'/' ')
- String settings - Rights on this object type (one of 'w'/'r'/' ')
- String license - Rights on this object type (one of 'w'/'r'/' ')
- String topup - Rights on this object type (one of 'w'/'r'/' ')
- String priceplan - Rights on this object type (one of 'w'/'r'/' ')
- String transferplan - Rights on this object type (one of 'w'/'r'/' ')
- String portgroup - Rights on this object type (one of 'w'/'r'/' ')
- String cardgroup - Rights on this object type (one of 'w'/'r'/' ')
- String allocrule - Rights on this object type (one of 'w'/'r'/' ')
- String hbs - Rights on this object type (one of 'w'/'r'/' ')
- String msgserver - Rights on this object type (one of 'w'/'r'/' ')
- String userlog - Rights on this object type (one of 'w'/'r'/' ')
- String cardevent - Rights on this object type (one of 'w'/'r'/' ')
- String callmgr - Rights on this object type (one of 'w'/'r'/' ')
- String monitor - Rights on this object type (one of 'w'/'r'/' ')
- String routing - Rights on this object type (one of 'w'/'r'/' ')
- String sipdevice - Rights on this object type (one of 'w'/'r'/' ')
- String sipdevicegrp - Rights on this object type (one of 'w'/'r'/' ')
- String campaign - Rights on this object type (one of 'w'/'r'/' ')
- Error Data structure ( Error Management )
- Possible failure code returns
-
|