- Home
- JSON
- VXDataObject
- 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 |
description |
id
|
number
|
Id of the data
|
createDate
|
object
|
Date when this data was created
|
updateDate
|
object
|
Date when this data was updated
|
owner
|
string
|
Owner
|
updatedBy
|
string
|
Updated By
|
Example
{
"id" : 12345,
"createDate" : { },
"updateDate" : { },
"owner" : "...",
"updatedBy" : "..."
}