| name | data type | constraints | description |
|---|---|---|---|
| resourceId | number | Id of the resource | |
| groupId | number | Id of the group | |
| userId | number | Id of the user | |
| auditType | number | required | Type of audit This attribute is of type enum CommonEnums::XAAuditType |
Properties inherited from VXDataObject |
|||
| 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
{
"resourceId" : 12345,
"groupId" : 12345,
"userId" : 12345,
"auditType" : 12345,
"id" : 12345,
"createDate" : { },
"updateDate" : { },
"owner" : "...",
"updatedBy" : "..."
}