VXDataObject Data Type

Subtypes
VXTrxLog, VXUgsyncAuditInfo, VXAuditMap, VXGroupPermission, VXKmsKey, VXUser, VXGroupUserInfo, VXGroupUser, VXAccessAudit, VXUserGroupInfo, VXGroup, VXRepository, VXPolicy, VXAsset, VXAuthSession, VXPermMap, VXResource, VXModulePermission, VXPolicyExportAudit, VXPortalUser, VXModuleDef, VXGroupGroup, VXCredentialStore, VXUserPermission, VXPolicyLabel
Properties
name data type constraints description
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 required

Example

{
  "id" : 12345,
  "createDate" : 12345,
  "updateDate" : 12345,
  "owner" : "...",
  "updatedBy" : "...",
  "myClassType" : 12345
}