name | data type | description |
---|---|---|
userPermList | array of VXUserPermission | the userPermList |
groupPermList | array of VXGroupPermission | the groupPermList |
id | number | Returns the value for the member attribute id |
createTime | number | the createTime |
updateTime | number | the updateTime |
addedById | number | the addedById |
updatedById | number | the updatedById |
module | string | the module |
url | string | the url |
Properties inherited from VXDataObject |
||
id | number | Returns the value for the member attribute id |
createDate | number | Returns the value for the member attribute createDate |
updateDate | number | Returns the value for the member attribute updateDate |
owner | string | Returns the value for the member attribute owner |
updatedBy | string | Returns the value for the member attribute updatedBy |
myClassType | number |
Example
{ "userPermList" : [ { "id" : 12345, "userId" : 12345, "moduleId" : 12345, "isAllowed" : 12345, "userName" : "...", "moduleName" : "...", "loginId" : "...", "myClassType" : 12345, "createDate" : 12345, "updateDate" : 12345, "owner" : "...", "updatedBy" : "..." }, { "id" : 12345, "userId" : 12345, "moduleId" : 12345, "isAllowed" : 12345, "userName" : "...", "moduleName" : "...", "loginId" : "...", "myClassType" : 12345, "createDate" : 12345, "updateDate" : 12345, "owner" : "...", "updatedBy" : "..." } ], "groupPermList" : [ { "id" : 12345, "groupId" : 12345, "groupName" : "...", "moduleId" : 12345, "isAllowed" : 12345, "moduleName" : "...", "myClassType" : 12345, "createDate" : 12345, "updateDate" : 12345, "owner" : "...", "updatedBy" : "..." }, { "id" : 12345, "groupId" : 12345, "groupName" : "...", "moduleId" : 12345, "isAllowed" : 12345, "moduleName" : "...", "myClassType" : 12345, "createDate" : 12345, "updateDate" : 12345, "owner" : "...", "updatedBy" : "..." } ], "id" : 12345, "createTime" : 12345, "updateTime" : 12345, "addedById" : 12345, "updatedById" : 12345, "module" : "...", "url" : "...", "createDate" : 12345, "updateDate" : 12345, "owner" : "...", "updatedBy" : "...", "myClassType" : 12345 }