name | data type | constraints | description |
---|---|---|---|
id | number | Returns the value for the member attribute id | |
myClassType | number | required | |
myDisplayValue | string | ||
name | string | Returns the value for the member attribute name | |
description | string | Returns the value for the member attribute description | |
status | number | required | Returns the value for the member attribute status |
isVisible | number | the isVisible | |
groupType | number | required | Returns the value for the member attribute groupType |
credStoreId | number | Returns the value for the member attribute credStoreId | |
otherAttributes | string | JSON String representation of additional store attributes if available,
null otherwise.
|
|
syncSource | string | JSON String representation of sync source attribute if available,
null otherwise.
|
|
groupSource | number | required | |
Properties inherited from XXDBBase |
|||
myClassType | number | required | |
myDisplayValue | string | ||
id | number | Returns the value for the member attribute id | |
createTime | number | Returns the value for the member attribute createTime | |
updateTime | number | Returns the value for the member attribute updateTime | |
addedByUserId | number | Returns the value for the member attribute addedByUserId | |
updatedByUserId | number | Returns the value for the member attribute updatedByUserId |
Example
{ "id" : 12345, "myClassType" : 12345, "myDisplayValue" : "...", "name" : "...", "description" : "...", "status" : 12345, "isVisible" : 12345, "groupType" : 12345, "credStoreId" : 12345, "otherAttributes" : "...", "syncSource" : "...", "groupSource" : 12345, "createTime" : 12345, "updateTime" : 12345, "addedByUserId" : 12345, "updatedByUserId" : 12345 }